summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-02-07 16:32:55 +0100
committerXZS2016-02-07 16:32:55 +0100
commit2e6e10b0d462d684754e8ce14394c224f13a434a (patch)
tree96f333347dbcdda4df1fbf61cf7e540983ef45fb
parent5e988b41e1ee1f8d67e9db32cd61f04a6e24d4ff (diff)
downloadaur-2e6e10b0d462d684754e8ce14394c224f13a434a.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. This also enables one part of the split package to depend on other parts from the same build or at least built from the same version, which ensures compatibility.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4286acfb6751..81b5be6372f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Dec 6 20:19:25 UTC 2015
+# Sun Feb 7 15:31:13 UTC 2016
pkgbase = firefox-theme-adwaita-git
pkgdesc = Adwaita theme for Firefox (Matches the default Gnome Shell theme)
pkgver = 42.1
@@ -13,7 +13,7 @@ pkgbase = firefox-theme-adwaita-git
makedepends = rasqal
depends = firefox
provides = firefox-theme-adwaita
- provides = firefox-theme-gnome
+ provides = firefox-theme-gnome=42.1
conflicts = firefox-theme-adwaita
conflicts = firefox-theme-gnome
source = firefox-theme-gnome::git+https://github.com/gnome-integration-team/firefox-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 431d20eaac56..3a9aa3bb9070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,8 @@ makedepends=('unzip' 'zip')
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() {