summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2016-08-26 19:02:05 +0200
committernfnty2016-08-26 19:02:05 +0200
commitd2aa7d4a84b93bba02529c75cffd83be7a83b330 (patch)
treefc56a819db7de611e55ba18b87c9b981f06f5202 /PKGBUILD
parentc3d1e84e8dd20b934b51bac78da3075efde3cc42 (diff)
downloadaur-d2aa7d4a84b93bba02529c75cffd83be7a83b330.tar.gz
Replace old `provides` and `conflicts` with new format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')