aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19649d3..b48fc69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dunst-git
-pkgver=1.0.0.r92.g9117df5
+pkgver=1.1.0.r11.g9117df5
pkgrel=1
pkgdesc="Customizable and lightweight notification-daemon"
@@ -19,7 +19,7 @@ sha256sums=('SKIP')
pkgver() {
cd dunst
- git describe | sed -r 's/^v//; s/([^-]*-g)/r\1/; s/znc-//; s/-/./g'
+ git describe --tags | sed -r 's/^v//; s/([^-]*-g)/r\1/; s/znc-//; s/-/./g'
}
build() {