summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Arrufat2017-03-06 19:14:00 +0100
committerAdrià Arrufat2017-03-06 19:14:00 +0100
commit0b80f62f33c66e6b978bde131dc9c85af9d86f20 (patch)
tree78cd2a2be59c55197312d972bc403c59d8bf3a65
parentf4f2006241675f9d2a4d31c708644ddab13411e0 (diff)
downloadaur-0b80f62f33c66e6b978bde131dc9c85af9d86f20.tar.gz
change versioning
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e15925b242d4..bbb2c580a3a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 5 20:30:28 UTC 2017
+# Mon Mar 6 18:13:40 UTC 2017
pkgbase = coax-git
pkgdesc = A (barely working) native Wire client for Unix
- pkgver = 0.0.0+20170305+50+g7f8abe3
+ pkgver = 0+53+gb5e7536
pkgrel = 1
url = https://github.com/wireapp/coax
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 49ec76ecc6b6..6c723aaf0a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrià Arrufat <adria.arrufat+AUR AT protonmail DOT ch>
pkgname=coax-git
-pkgver=0.0.0+20170305+50+g7f8abe3
+pkgver=0+53+gb5e7536
pkgrel=1
pkgdesc="A (barely working) native Wire client for Unix"
arch=('i686' 'x86_64')
@@ -14,10 +14,9 @@ sha512sums=('SKIP')
pkgver() {
cd coax
- _date=$(git show --format="%cd" --date=format:"%Y%m%d" --no-patch)
_count=$(git rev-list --count HEAD)
_commit=$(git rev-parse --short HEAD)
- echo 0.0.0+$_date+$_count+g$_commit
+ echo 0+$_count+g$_commit
}
build() {