summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-09-12 10:25:09 +0200
committerXZS2015-09-12 10:25:09 +0200
commitfbf0b70a1a751bfd1fb9dcceb5f863c73a3c4d84 (patch)
treea314da16c18862682351031e8bac1bc4f493fff5
parent918accc4a6127aface30ab966b23313432141f3a (diff)
downloadaur-fbf0b70a1a751bfd1fb9dcceb5f863c73a3c4d84.tar.gz
propagate upstream update
With version 1.3, "The Fox, Only Better" was renamed to "Beyond Australis". The package name should reflect this.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1bd18ab93c..4f09d2690e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = firefox-extension-the-fox-only-better-git
+pkgbase = firefox-extension-beyond-australis-git
pkgdesc = A Firefox add-on to improve the feeling of using the new Australis theme.
- pkgver = 1.2.3
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/Quicksaver/The-Fox--Only-Better
arch = any
@@ -8,10 +8,11 @@ pkgbase = firefox-extension-the-fox-only-better-git
makedepends = git
makedepends = rasqal
depends = firefox
- provides = firefox-extension-the-fox-only-better
- conflicts = firefox-extension-the-fox-only-better
- source = firefox-extension-the-fox-only-better::git+https://github.com/Quicksaver/The-Fox--Only-Better
+ provides = firefox-extension-beyond-australis
+ conflicts = firefox-extension-beyond-australis
+ replaces = firefox-extension-the-fox-only-better
+ source = firefox-extension-beyond-australis::git+https://github.com/Quicksaver/The-Fox--Only-Better
md5sums = SKIP
-pkgname = firefox-extension-the-fox-only-better-git
+pkgname = firefox-extension-beyond-australis-git
diff --git a/PKGBUILD b/PKGBUILD
index 474caa06317e..3aaed39c5677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
# This PKGBUILD is maintained on GitHub <https://github.com/dffischer/mozilla-extensions>.
# You may find it convenient to file issues and pull requests there.
-pkgname=firefox-extension-the-fox-only-better-git
-pkgver=1.2.3
+pkgname=firefox-extension-beyond-australis-git
+pkgver=1.3
pkgrel=1
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')
license=('MPLv2')
depends=('firefox')
+replaces=('firefox-extension-the-fox-only-better')
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")