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