aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 15:13:18 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:47 +0200
commit8bf987d578a8db8bcc37b1b1e2e83330c9729ccc (patch)
tree0f7baffb82c2147981bc209969479ef6709e770b
parentd200568615d79dbb33c6a844571e61af214c3a6f (diff)
downloadpkgbuilds-j4-dmenu-desktop-git.tar.xz
Always use long git descriptionsj4-dmenu-desktop-git
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7800ec1..c3cc1f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ md5sums=('SKIP')
pkgver() {
cd j4-dmenu-desktop
- git describe | sed -E 's/^r//;s/([^-]*-g)/r\1/;s/-/./g'
+ git describe --long --always | sed -E 's/^r//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {