summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-02-07 16:28:35 +0100
committerXZS2016-02-07 16:28:35 +0100
commit8f88873ab5098f56ea0d57e52285e5cfc41738c5 (patch)
treefedfe5c67365197af488aed1b23968e70d197b39
parent5307e94a6c2753d3645cf06d0c5593cdeceba10f (diff)
downloadaur-8f88873ab5098f56ea0d57e52285e5cfc41738c5.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 8e9a3d15f95a..a40767a2bd90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 15:27:52 UTC 2016
+# Sun Feb 7 15:28:20 UTC 2016
pkgbase = python-path-and-address-git
pkgdesc = Functions for server CLI applications used by humans.
pkgver = 1.0.0
@@ -10,7 +10,7 @@ pkgbase = python-path-and-address-git
makedepends = python-setuptools
makedepends = git
depends = python
- provides = python-path-and-address
+ provides = python-path-and-address=1.0.0
conflicts = python-path-and-address
options = !emptydirs
source = python-path-and-address::git+https://github.com/joeyespo/path-and-address
diff --git a/PKGBUILD b/PKGBUILD
index 479dcd62d11a..d836f5e56b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ options=(!emptydirs)
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")
md5sums+=('SKIP')
-provides+=($_gitname)
-conflicts+=($_gitname)
+provides+=("$_gitname=$pkgver")
+conflicts+=("$_gitname")
pkgver() {
cd "$_gitname"