summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302016-12-11 03:44:17 +0100
committerM0Rf302016-12-11 03:44:17 +0100
commitbfdd1f3b9e8bd0ec28b50df6718fb1fda8029aa1 (patch)
tree8316801ee70ea5b8b93959f30ba22661bd32cbcc
parent8013dd58256c7c7db641216e639c8100975fd4d3 (diff)
downloadaur-bfdd1f3b9e8bd0ec28b50df6718fb1fda8029aa1.tar.gz
updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 363bdb43a7b7..fb571caa65fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 15 11:20:52 UTC 2016
+# Sun Dec 11 02:44:09 UTC 2016
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)
- pkgver = 610.6cb5a6b
+ pkgver = 2.0.0.r66.g9ab64bc
pkgrel = 1
url = http://openbazaar.org
install = openbazaar.install
diff --git a/PKGBUILD b/PKGBUILD
index ddaf6a3e470b..c385fdb87a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=openbazaar
pkgname=${_pkgname}-git
-pkgver=610.6cb5a6b
+pkgver=2.0.0.r66.g9ab64bc
pkgrel=1
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)"
arch=(any)
@@ -43,7 +43,7 @@ msg2 "Installing icons and desktop menu entry"
pkgver() {
cd ${_pkgname}
- echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
md5sums=('SKIP'