summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-11-19 22:12:52 +0100
committerJose Riha2021-11-19 22:12:52 +0100
commit0a0ddfb6f79c1dcc757674dd4157cd4a65059b4f (patch)
treedc35c2fb8d78e8425ec5d17782e7a8337942a8bf
parentdef27cdf8251a59ee3d34ea27c4bc817ace9e533 (diff)
downloadaur-0a0ddfb6f79c1dcc757674dd4157cd4a65059b4f.tar.gz
Update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca6691a21ce..9f3f764fa1b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-imutils
pkgdesc = A series of convenience functions to make basic image processing asier with OpenCV
- pkgver = 0.5.2
- pkgrel = 2
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://github.com/jrosebr1/imutils
arch = any
license = MIT
@@ -9,8 +9,7 @@ pkgbase = python-imutils
depends = opencv
depends = hdf5
depends = python-numpy
- source = https://files.pythonhosted.org/packages/5e/0c/659c2bdae8e8ca5ef810b9da02db28feaa29ea448ff36b65a1664ff28142/imutils-0.5.2.tar.gz
- md5sums = bfb5a2cd095cebd3e4a27e8653d1322c
+ source = https://files.pythonhosted.org/packages/3f/d3/ecb4d108f6c1041d24842a345ee0123cd7f366ba75cf122601e856d42ba2/imutils-0.5.4.tar.gz
+ md5sums = 6769dc601bfea571d950b5f55ccb74f1
pkgname = python-imutils
-
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}