summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-22 00:29:12 +0200
committerhaawda2017-10-22 00:29:12 +0200
commit7704cd969130740597cdfa85ae19321843aee646 (patch)
tree442fd55eddc65215b327429649d9ceca58585866
parent1b10a105d012888c8b039d683548dd03c652cc92 (diff)
downloadaur-7704cd969130740597cdfa85ae19321843aee646.tar.gz
fix config.h handling
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 952f3bb7fb4a..fa498a69126d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Oct 20 19:57:28 UTC 2017
pkgbase = dunst-git
pkgdesc = a lightweight notification-daemon - git version
- pkgver = 1.2.0.92.942.g7da60b9
+ pkgver = 1.2.0.97.947.g3691b7e
pkgrel = 1
url = https://dunst-project.org/
arch = i686
@@ -16,7 +14,6 @@ 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 393f6996724c..bf3750423610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dunst-git
_gitname=dunst
-pkgver=1.2.0.92.942.g7da60b9
+pkgver=1.2.0.97.947.g3691b7e
pkgrel=1
pkgdesc="a lightweight notification-daemon - git version"
arch=('i686' 'x86_64' 'armv7h')
@@ -28,7 +28,6 @@ pkgver() {
prepare() {
cd ${srcdir}/${_gitname}
- [ -f $srcdir/${_gitname}/config.h ] && rm $srcdir/${_gitname}/config.h
if [ -e ${srcdir}/config.h ]; then
msg "Using custom config.h"
cp ${srcdir}/config.h .