summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-01-21 18:59:52 +0200
committerChristoph Fink2020-01-21 18:59:52 +0200
commit811d30bd9be504d96eee84559fc432d46bd9ea09 (patch)
tree8b756700df95b65172425283f53f6168bddd487d
parentf853b43670f07eb10c21a6e0a23568faab6c0580 (diff)
downloadaur-811d30bd9be504d96eee84559fc432d46bd9ea09.tar.gz
python-pillow -> depends()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4370b14992c..e7086f6f4ced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-dhash
pkgdesc = Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates
pkgver = 1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Jetsetter/dhash
arch = any
license = MIT
makedepends = python-setuptools
+ depends = python-pillow
source = https://files.pythonhosted.org/packages/source/d/dhash/dhash-1.3.tar.gz
sha256sums = e6c8cd09d330f1ac44d3c9735d6b2a637d713dcb6b6091e340f91dda2484acb8
diff --git a/PKGBUILD b/PKGBUILD
index 2eb815ddf412..9a6a4d96e48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dhash
pkgver=1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Python library to calculate the difference hash (perceptual hash) for a given image, useful for detecting duplicates"
url="https://github.com/Jetsetter/dhash"
@@ -10,6 +10,7 @@ license=('MIT')
arch=('any')
makedepends=('python-setuptools')
+depends=('python-pillow')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")