aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 19:38:01 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:44 +0200
commit249ace8881b8dc9af78c6b04055d974e8a91646e (patch)
tree0cd7347d71c00c6e10eb00843d6e18b1d04be6d5
parent9239bed1779b65db5e2431230bb233d87b2e9e1a (diff)
downloadpkgbuilds-249ace8881b8dc9af78c6b04055d974e8a91646e.tar.xz
dunst-git: add libxdg-basedir dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3daa092..3238665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Mon Jun 1 15:00:48 UTC 2015
pkgbase = dunst-git
pkgdesc = Customizable and lightweight notification-daemon
- pkgver = 1.0.0.616.9117df5
+ pkgver = 1.0.0.r92.g9117df5
pkgrel = 1
url = http://www.knopwob.org/dunst
arch = i686
@@ -14,6 +14,7 @@ pkgbase = dunst-git
depends = libxss
depends = pango
depends = libnotify
+ depends = libxdg-basedir
provides = dunst
provides = notification-daemon
conflicts = dunst
diff --git a/PKGBUILD b/PKGBUILD
index da89594..19649d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dunst-git
-pkgver=1.0.0.616.9117df5
+pkgver=1.0.0.r92.g9117df5
pkgrel=1
pkgdesc="Customizable and lightweight notification-daemon"
@@ -7,7 +7,7 @@ url="http://www.knopwob.org/dunst"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('libxinerama' 'libxss' 'pango' 'libnotify')
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'libxdg-basedir')
makedepends=('git' 'perl')
provides=('dunst' 'notification-daemon')