summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-17 08:35:58 -0500
committerCarlos Aznarán2024-04-17 08:35:58 -0500
commit9a84801463de3bf6306188d5e396fc6e6dbbbad2 (patch)
tree21927d81311ef5916831259b32b34520eeba2ed4 /PKGBUILD
parent06c8d18a09106098605cfc62afecbb409995ad59 (diff)
downloadaur-python-mahotas.tar.gz
Bump version to 1.4.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7545e2ab1a90..084904aecaf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=mahotas
pkgname=python-${_base}
pkgdesc="Computer Vision in Python"
-pkgver=1.4.14
+pkgver=1.4.15
pkgrel=1
arch=(x86_64)
url="https://github.com/luispedro/${_base}"
@@ -16,7 +16,7 @@ optdepends=('python-imread: for function imread support'
'freeimage: for functions imread/imsave support')
provides=('mahotas')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('SKIP')
+sha512sums=('98060933b0748022a77baa7d3bdff68eedf6b44dda1ae4a99170830a6df47745b508f65dc29b60d194e725bfc99e3bd9b3699ce214f20b642df86f216c45888c')
# validpgpkeys=('6FB8B07A620CC7A7FB5B2AB4110D6C98E760BEF2') # Lu\xed\x73 Pedro Coelho <lpc@cmu.edu>
build() {