summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3c39f1c42c6..cfb8ed20d67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# shellcheck disable=SC2034,SC2154,SC2164
pkgname=('python-imagehash-git')
_srcname='imagehash'
pkgdesc='A Python Perceptual Image Hashing Module'
-pkgver='r1'
+pkgver='r98'
pkgrel='1'
arch=('any')
url="https://github.com/JohannesBuchner/${_srcname}"
license=('custom:BSD')
-depends=('python' 'python-numpy' 'python-scipy' 'python-pillow')
+depends=('python' 'python-numpy' 'python-scipy' 'python-pillow' 'python-pywavelets')
makedepends=('git' 'python-setuptools')
provides=("${pkgname[0]%-git}")
conflicts=("${pkgname[0]%-git}")