summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2021-11-19 22:12:52 +0100
committerJose Riha2021-11-19 22:12:52 +0100
commit0a0ddfb6f79c1dcc757674dd4157cd4a65059b4f (patch)
treedc35c2fb8d78e8425ec5d17782e7a8337942a8bf /PKGBUILD
parentdef27cdf8251a59ee3d34ea27c4bc817ace9e533 (diff)
downloadaur-0a0ddfb6f79c1dcc757674dd4157cd4a65059b4f.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a28ab8847e0a..20b2304206c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=python-imutils
_pkgname=imutils
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc="A series of convenience functions to make basic image processing asier with OpenCV"
url="https://github.com/jrosebr1/imutils"
depends=('python' 'opencv' 'hdf5' 'python-numpy')
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/5e/0c/659c2bdae8e8ca5ef810b9da02db28feaa29ea448ff36b65a1664ff28142/imutils-${pkgver}.tar.gz")
-md5sums=('bfb5a2cd095cebd3e4a27e8653d1322c')
+source=("https://files.pythonhosted.org/packages/3f/d3/ecb4d108f6c1041d24842a345ee0123cd7f366ba75cf122601e856d42ba2/imutils-${pkgver}.tar.gz")
+md5sums=('6769dc601bfea571d950b5f55ccb74f1')
build() {
cd $srcdir/${_pkgname}-${pkgver}