summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-07-11 02:25:03 +0800
committerlilac2019-07-11 02:25:03 +0800
commit9970476b972a71f78b0bb84745de5ead463e3b57 (patch)
treef155d4a02cb6a492f30e631f911a49db34f521a1
parentf8d115347ab8856a520564d3728a37f1b1b9b9e0 (diff)
downloadaur-9970476b972a71f78b0bb84745de5ead463e3b57.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d542374133..58021c8388d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-augmentor
pkgdesc = Image augmentation library in Python for machine learning
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/mdbloice/Augmentor
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-augmentor
depends = python-numpy
depends = python-pillow
depends = python-tqdm
- source = Augmentor-0.2.4.tar.gz::https://github.com/mdbloice/Augmentor/archive/0.2.4.tar.gz
- sha512sums = 4b56a8f6102008ca83136abcc8674d8cbddc75146db54d94ca49897ba0cc050e82cec77507c1dee094cd023fc9146d30f282b7a76a7fb93c6fa24293ad19a33e
+ source = Augmentor-0.2.5.tar.gz::https://github.com/mdbloice/Augmentor/archive/0.2.5.tar.gz
+ sha512sums = f1936dbdec44211fd5bf785f2594d1b0190e8a854aaa9a8b2660e4479602958456e4484ec955e244d554ca5d8142a2d825267f53d24193552ccca0503529c84e
pkgname = python-augmentor
diff --git a/PKGBUILD b/PKGBUILD
index 105cddf63cf0..a52dbb00fb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=Augmentor
pkgname=python-augmentor
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc='Image augmentation library in Python for machine learning'
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-future python-numpy python-pillow python-tqdm)
makedepends=(python-setuptools)
checkdepends=(python-pytest)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/mdbloice/Augmentor/archive/${pkgver}.tar.gz")
-sha512sums=('4b56a8f6102008ca83136abcc8674d8cbddc75146db54d94ca49897ba0cc050e82cec77507c1dee094cd023fc9146d30f282b7a76a7fb93c6fa24293ad19a33e')
+sha512sums=('f1936dbdec44211fd5bf785f2594d1b0190e8a854aaa9a8b2660e4479602958456e4484ec955e244d554ca5d8142a2d825267f53d24193552ccca0503529c84e')
build() {
cd "${_pkgname}-${pkgver}"