summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-03-05 19:28:57 +0100
committerXZS2016-03-05 19:28:57 +0100
commitcae424f4ab0f0c78df310a5f423756cc46e6b014 (patch)
tree20529d2ee070679ed597325d19bdb60c051b3c9c
parentb51153736c4d8a50ee069b6f18194818520d9131 (diff)
downloadaur-cae424f4ab0f0c78df310a5f423756cc46e6b014.tar.gz
run pkgver() in srcdir
Since pacman version 5.0.1, prepare() runs before pkgver(). Restoring the function to a working state actually saves a directory change as they now find the sources already moved down.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f82020dfcbc..e4629bb0b839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 8 17:44:54 UTC 2016
+# Sat Mar 5 18:28:49 UTC 2016
pkgbase = firefox-extension-beyond-australis-git
pkgdesc = A Firefox add-on to improve the feeling of using the new Australis theme.
pkgver = 1.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Quicksaver/The-Fox--Only-Better
arch = any
license = MPLv2
diff --git a/PKGBUILD b/PKGBUILD
index ab798b682adb..65cffe27a3f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=firefox-extension-beyond-australis-git
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='A Firefox add-on to improve the feeling of using the new Australis theme.'
url='https://github.com/Quicksaver/The-Fox--Only-Better'
arch=('any')
@@ -39,7 +39,6 @@ query-version() {
pkgver() {
- cd $_gitname
sparql '<urn:mozilla:install-manifest> em:version ?x' | tr - .
echo -n .
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"