summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-02-07 16:33:14 +0100
committerXZS2016-02-07 16:33:14 +0100
commit446eda858cdd5bf35d7921897809ad56052b837b (patch)
tree5e50e871cc98d32cb778936b839b9e0e21208880
parent542624a89ddce8605010e1fdba122406ef605c0d (diff)
downloadaur-446eda858cdd5bf35d7921897809ad56052b837b.tar.gz
version provided non-git variant
Other packages usually depend on the package without any -git suffix. This makes it possible to als satisfy these dependency requirements when they target specific versions or version ranges.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d3e9c4b23b..546a3fa10da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 20:19:50 UTC 2015
+# Sun Feb 7 15:33:08 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.3.4
@@ -10,7 +10,7 @@ pkgbase = firefox-extension-beyond-australis-git
makedepends = git
makedepends = rasqal
depends = firefox
- provides = firefox-extension-beyond-australis
+ provides = firefox-extension-beyond-australis=1.3.4
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
diff --git a/PKGBUILD b/PKGBUILD
index d8c7724bec8e..fc8ddcb25213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ replaces=('firefox-extension-the-fox-only-better')
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")
md5sums+=('SKIP')
-provides+=($_gitname)
-conflicts+=($_gitname)
+provides+=("$_gitname=$pkgver")
+conflicts+=("$_gitname")
# Move down repository content for easier access by following functions.
prepare() {