[arch-commits] Commit in libclc/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Sep 25 16:14:34 UTC 2015
Date: Friday, September 25, 2015 @ 18:14:33
Author: foutrelis
Revision: 247460
Pass HEAD instead of master to git rev-list
Modified:
libclc/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-25 16:00:42 UTC (rev 247459)
+++ PKGBUILD 2015-09-25 16:14:33 UTC (rev 247460)
@@ -16,7 +16,7 @@
pkgver() {
cd libclc
- echo 0.2.0+$(git rev-list --count master)+$(git describe --always)
+ echo 0.2.0+$(git rev-list --count HEAD)+$(git describe --always)
#git describe --long | sed 's/-/+/g'
}
More information about the arch-commits
mailing list