summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')