summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNattgew2017-11-04 10:57:33 -0700
committerNattgew2017-11-04 10:57:33 -0700
commitd166109d6fd45c260bf4abfa74dd84473e7508e6 (patch)
treef7572d619c5e0be887327de50cba44267e5088ca
parent575a5b501341a5aa1156c314a5180115963863e4 (diff)
downloadaur-d166109d6fd45c260bf4abfa74dd84473e7508e6.tar.gz
Fix versioning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea969bbd8cd4..340ee5826162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-bitcoin-markets-git
pkgdesc = Displays Bitcoin and Altcoin market information in the Gnome Shell.
pkgver = 176.6a12763
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ac3aef601e77..0742a08067f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-bitcoin-markets-git
pkgdesc="Displays Bitcoin and Altcoin market information in the Gnome Shell."
pkgver=176.6a12763
-pkgrel=3
+pkgrel=4
arch=(any)
url='https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/'
license=(MIT)
@@ -13,7 +13,7 @@ source=('git+https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets.git
md5sums=('SKIP')
pkgver() {
- cd "$srcdir"/"$pkgname"
+ cd "$srcdir"/gnome-shell-bitcoin-markets
echo $(git rev-list --count master).$(git rev-parse --short master)
}