summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2018-02-21 10:10:14 +0100
committermschubert2018-02-21 10:10:14 +0100
commit38df37d1e123920f7aa04eca5edef659188cd537 (patch)
treebd7cdf404640818c92208468612b13423fc692ee
parent94e70c2cbb2a3534289584f18478a3284b510996 (diff)
downloadaur-38df37d1e123920f7aa04eca5edef659188cd537.tar.gz
version bump 1.4.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54822f8cc6bb..2f52398bc6df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Oct 11 15:32:16 UTC 2016
+# Wed Feb 21 09:09:44 UTC 2018
pkgbase = python2-mahotas
pkgdesc = A set of functions for image processing in Python
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
- url = http://luispedro.org/software/mahotas
+ url = http://mahotas.readthedocs.io/en/latest/
arch = x686
arch = x86_64
license = GPL
@@ -13,8 +13,8 @@ pkgbase = python2-mahotas
optdepends = python2-scipy
optdepends = python2-matplotlib
optdepends = freeimage
- source = https://github.com/luispedro/mahotas/archive/v1.4.3.tar.gz
- md5sums = 022afdc0b0e849fc9e73555322ecadba
+ source = https://github.com/luispedro/mahotas/archive/v1.4.4.tar.gz
+ md5sums = b9eab4a4fc37a15bcda4316533d4bead
pkgname = python2-mahotas
diff --git a/PKGBUILD b/PKGBUILD
index 41b01db7497e..c6e5c9e770fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Michael Schubert <mschu.dev at gmail>
-
pkgname=python2-mahotas
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc='A set of functions for image processing in Python'
arch=('x686' 'x86_64')
-url='http://luispedro.org/software/mahotas'
+url='http://mahotas.readthedocs.io/en/latest/'
license=('GPL')
depends=('python2-numpy')
makedepends=('python2-distribute')
optdepends=('python2-scipy' 'python2-matplotlib' 'freeimage')
source=("https://github.com/luispedro/mahotas/archive/v$pkgver.tar.gz")
-md5sums=('022afdc0b0e849fc9e73555322ecadba')
+md5sums=('b9eab4a4fc37a15bcda4316533d4bead')
build() {
cd "$srcdir/mahotas-$pkgver"