summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)"