summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-12-04 04:11:19 +0800
committerlilac2020-12-04 04:11:19 +0800
commit0a57ec187f70136623e0ef5a76aa431b877f5b49 (patch)
treeb4eac3552110d626d3c40322dfe7ea27c4adf500
parenta8b293b9ab4b10ebfc9c7dc9d266e35f3ba160e8 (diff)
downloadaur-0a57ec187f70136623e0ef5a76aa431b877f5b49.tar.gz
[lilac] updated to 1.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e857c52413c..12b9f321038c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imagecorruptions
pkgdesc = Python package to corrupt arbitrary images
- pkgver = 1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/bethgelab/imagecorruptions
arch = any
@@ -9,10 +9,10 @@ pkgbase = python-imagecorruptions
depends = opencv
depends = python-numpy
depends = python-pillow
- depends = python-scipy
depends = python-scikit-image
- source = python-imagecorruptions-1.1.tar.gz::https://github.com/bethgelab/imagecorruptions/archive/v1.1.tar.gz
- sha512sums = 80a865d65f42e886e6a358702dc49d9df39f700069047d287e70647e81dbcf2b9d1fd27b2b01087b738b96a25c2251618dd8f4d59b7a428c621f6fbff79c6e02
+ depends = python-scipy
+ source = python-imagecorruptions-1.1.2.tar.gz::https://github.com/bethgelab/imagecorruptions/archive/v1.1.2.tar.gz
+ sha512sums = 8f903ae552007d8019e37677de49d3903e5e868fc400c4cdb07d9e20891343d139acda2da36e47138d55bb541aeef1e466dc110365feda1e2d0b3ccaa92c6172
pkgname = python-imagecorruptions
diff --git a/PKGBUILD b/PKGBUILD
index bc9f54ef6b32..72b8f2453cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-imagecorruptions
_pkgname=imagecorruptions
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Python package to corrupt arbitrary images'
arch=(any)
url='https://github.com/bethgelab/imagecorruptions'
@@ -20,7 +20,7 @@ makedepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bethgelab/imagecorruptions/archive/v${pkgver}.tar.gz")
-sha512sums=('4492a2c48ad9c7b6d232f5aae8bca5268bde9ac94b35dfb0cc16ca9cf5a976865fa4d818b9d6464cff79b75653b8c34c763022daf0a21d2203aff97740d055d8')
+sha512sums=('8f903ae552007d8019e37677de49d3903e5e868fc400c4cdb07d9e20891343d139acda2da36e47138d55bb541aeef1e466dc110365feda1e2d0b3ccaa92c6172')
build() {
cd "${_pkgname}-${pkgver}"