summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-05-22 16:51:17 -0400
committerDavid Parrish2016-05-22 16:51:17 -0400
commit2c4f45b9198e710e7b5b88462b33154490562c2b (patch)
treecaa39b9842a94adcb9f721e94fdd454727ae745f
parent36145094dc2d7cf2d871f4b736466bd890ea9062 (diff)
downloadaur-2c4f45b9198e710e7b5b88462b33154490562c2b.tar.gz
Remove 'v' prefix from version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f29a0bddb4b..d59accc72940 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 18 22:33:50 UTC 2016
+# Sun May 22 20:50:07 UTC 2016
pkgbase = bitsquare-git
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
- pkgver = v0.4.6.r5.gbf8e3c3
+ pkgver = 0.4.6.r5.gbf8e3c3
pkgrel = 1
url = https://bitsquare.io/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1fb4f05a209f..d9c69f5ea28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=bitsquare-git
-pkgver=v0.4.6.r5.gbf8e3c3
+pkgver=0.4.6.r5.gbf8e3c3
pkgrel=1
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('any')
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {