diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:00:48 UTC 2015 +# Mon Jun 1 15:00:49 UTC 2015 pkgbase = dunst-git pkgdesc = Customizable and lightweight notification-daemon - pkgver = 1.0.0.r92.g9117df5 + pkgver = 1.1.0.r11.g9117df5 pkgrel = 1 url = http://www.knopwob.org/dunst arch = i686 @@ -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() { |