summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2018-08-31 22:17:09 +0100
committernfnty2018-08-31 22:17:09 +0100
commite8fa6a362e6c6fb4401823e30f91d16b19a32dd1 (patch)
tree2a7a4638dcf9a6e52544c819aa959f13483acdb6 /PKGBUILD
parent4d2b77f5c1319be9e77543d571383237a86e038d (diff)
downloadaur-python-imagehash-git.tar.gz
Add wavelet hashing support
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}")