summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumi Schallenberg2018-07-20 17:44:10 +0200
committerLumi Schallenberg2018-07-20 17:44:10 +0200
commit5b5a0f6c63351f6e01a342ea85e93c7127f90602 (patch)
treed7010eefcafdf31691c01a7d50ba4cc57870dc73
parent5d4a784dd6886a84173b9ed3eaf5db86b0cb1514 (diff)
downloadaur-5b5a0f6c63351f6e01a342ea85e93c7127f90602.tar.gz
Fix versioning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efbd74c01bb..e1fead3c795d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bingopher-git
pkgdesc = Converts binary files to Go variables
- pkgver = 201807201733
+ pkgver = 5d4a784dd6886a84173b9ed3eaf5db86b0cb1514
pkgrel = 1
url = https://github.com/lumi-sch/bingopher
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index eb70b380c768..2f1584d21d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=bingopher-git
pkgver() {
- date +%Y%m%d%H%M
- }
-pkgver=201807201733
+ git rev-parse HEAD
+}
+pkgver=5d4a784dd6886a84173b9ed3eaf5db86b0cb1514
pkgrel=1
pkgdesc="Converts binary files to Go variables"
arch=('x86_64' 'i686')