summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornfnty2016-08-26 19:02:05 +0200
committernfnty2016-08-26 19:02:05 +0200
commitd2aa7d4a84b93bba02529c75cffd83be7a83b330 (patch)
treefc56a819db7de611e55ba18b87c9b981f06f5202
parentc3d1e84e8dd20b934b51bac78da3075efde3cc42 (diff)
downloadaur-d2aa7d4a84b93bba02529c75cffd83be7a83b330.tar.gz
Replace old `provides` and `conflicts` with new format
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d485949acd7..e09cff9f1660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 13:20:52 UTC 2016
+# Fri Aug 26 17:02:05 UTC 2016
pkgbase = python-imagehash-git
pkgdesc = A Python Perceptual Image Hashing Module
pkgver = r1
@@ -13,8 +13,8 @@ pkgbase = python-imagehash-git
depends = python-numpy
depends = python-scipy
depends = python-pillow
- provides = imagehash
- conflicts = imagehash
+ provides = python-imagehash
+ conflicts = python-imagehash
source = imagehash::git+https://github.com/JohannesBuchner/imagehash.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5c9d112ab6b..b3c39f1c42c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ license=('custom:BSD')
depends=('python' 'python-numpy' 'python-scipy' 'python-pillow')
makedepends=('git' 'python-setuptools')
-provides=('imagehash')
-conflicts=('imagehash')
+provides=("${pkgname[0]%-git}")
+conflicts=("${pkgname[0]%-git}")
source=("${_srcname}::git+${url}.git")
sha512sums=('SKIP')