diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 15:13:18 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:47 +0200 |
commit | 8bf987d578a8db8bcc37b1b1e2e83330c9729ccc (patch) | |
tree | 0f7baffb82c2147981bc209969479ef6709e770b | |
parent | d200568615d79dbb33c6a844571e61af214c3a6f (diff) | |
download | pkgbuilds-8bf987d578a8db8bcc37b1b1e2e83330c9729ccc.tar.xz |
Always use long git descriptionsj4-dmenu-desktop-git
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |