Date: Saturday, January 6, 2018 @ 20:48:29 Author: demize Revision: 279670
upgpkg: dunst 1.3.0-1 Modified: dunst/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-06 20:42:08 UTC (rev 279669) +++ PKGBUILD 2018-01-06 20:48:29 UTC (rev 279670) @@ -4,7 +4,7 @@ # Contributor: feuri pkgname=dunst -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="Customizable and lightweight notification-daemon" @@ -12,12 +12,12 @@ arch=('x86_64') license=('BSD') -depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gtk2' 'libxdg-basedir') +depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 'libxdg-basedir' 'libxrandr') provides=('notification-daemon') source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz") -md5sums=('425d5bb10a8b571c7494c5e60aaae7e1') +md5sums=('f095a62ae24ec9de87596cadad19811a') build() { make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11