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 | 6d0d26b64d64ebc4ac78dc14cce162637cde1eae (patch) | |
tree | b6f9a575c00ca4128bfc19398f927a19e2e216cb | |
parent | 9513b8bbf96368fe2da5bb81255712d504c65ea4 (diff) | |
download | pkgbuilds-6d0d26b64d64ebc4ac78dc14cce162637cde1eae.tar.xz |
Always use long git descriptionstty-solitaire-git
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ sha256sums=('SKIP') pkgver() { cd tty-solitaire - git describe --tags | sed 's/^v//; s/-/.r/; s/-/./' + git describe --long --tags | sed 's/^v//; s/-/.r/; s/-/./' } build() { |