summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f1584d21d04..9efb60d30acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=bingopher-git
pkgver() {
- git rev-parse HEAD
+ git rev-list HEAD --count
}
-pkgver=5d4a784dd6886a84173b9ed3eaf5db86b0cb1514
+pkgver=2
pkgrel=1
pkgdesc="Converts binary files to Go variables"
arch=('x86_64' 'i686')