diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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 @@ -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') |