summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-22 16:53:59 +0200
committerhaawda2017-10-22 16:53:59 +0200
commit04c864adc11bd24c0d613e5fed1d6225364b4349 (patch)
treeb9a0da034415f142b8c1e7dc32a41d032cf71592
parent7704cd969130740597cdfa85ae19321843aee646 (diff)
downloadaur-04c864adc11bd24c0d613e5fed1d6225364b4349.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa498a69126d..fa3acd43bf98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dunst-git
pkgdesc = a lightweight notification-daemon - git version
pkgver = 1.2.0.97.947.g3691b7e
- pkgrel = 1
+ pkgrel = 2
url = https://dunst-project.org/
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = dunst-git
depends = pango
depends = libnotify
depends = gtk3
+ depends = libxdg-basedir
provides = dunst
provides = notification-daemon
provides = dunstify
diff --git a/PKGBUILD b/PKGBUILD
index bf3750423610..3ae53d8a4812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dunst-git
_gitname=dunst
pkgver=1.2.0.97.947.g3691b7e
-pkgrel=1
+pkgrel=2
pkgdesc="a lightweight notification-daemon - git version"
arch=('i686' 'x86_64' 'armv7h')
url="https://dunst-project.org/"
@@ -31,7 +31,6 @@ prepare() {
if [ -e ${srcdir}/config.h ]; then
msg "Using custom config.h"
cp ${srcdir}/config.h .
- touch config.h
fi
}