aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-15 21:17:41 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:44 +0200
commitc057fa4fee3d688a394be9ab2374b79d3298ed68 (patch)
tree66df09825e919ddbbc52e47a85c995b2feb68bdd
parent249ace8881b8dc9af78c6b04055d974e8a91646e (diff)
downloadpkgbuilds-c057fa4fee3d688a394be9ab2374b79d3298ed68.tar.xz
dunst-git: add --tags to git-describe. (whops)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3238665..ac3f016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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() {