summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-02-07 16:33:14 +0100
committerXZS2016-02-07 16:33:14 +0100
commit446eda858cdd5bf35d7921897809ad56052b837b (patch)
tree5e50e871cc98d32cb778936b839b9e0e21208880 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {