aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-08 01:00:37 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commit91b12c7d89d72ee6b1e6d02f617a3080baad28a8 (patch)
tree7a210403c421ad633269fe9b5a90aaea689700db
parent38d99eb85b2a02b530fa499308e9d675ea228b96 (diff)
downloadpkgbuilds-91b12c7d89d72ee6b1e6d02f617a3080baad28a8.tar.xz
j4-dmenu-desktop: remove 'r' from start of tag in pkgver
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a52872f..8bc5d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ md5sums=('SKIP')
pkgver() {
cd j4-dmenu-desktop
- git describe | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe | sed -E 's/^r//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {