summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2022-08-18 03:46:57 +0000
committerAuto update bot2022-08-18 03:46:57 +0000
commitb1489d7672547eaff5ab1ad977169e426b58381e (patch)
treea6328f4cd8ca98325287600ac9172bdf15516175
parentac1adf15fce073866ce51187132bc913bf42eb53 (diff)
downloadaur-b1489d7672547eaff5ab1ad977169e426b58381e.tar.gz
auto updated to 0.7.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e76a9643e1d..76465fa516f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imread
pkgdesc = Read images to numpy arrays
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/luispedro/imread
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-imread
makedepends = xcftools
makedepends = git
depends = python-numpy
- source = git+https://github.com/luispedro/imread.git?signed#tag=v0.7.3
+ source = git+https://github.com/luispedro/imread.git?signed#tag=v0.7.4
validpgpkeys = 6FB8B07A620CC7A7FB5B2AB4110D6C98E760BEF2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab56fc0fcd40..6f63430a41ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_base=imread
pkgname=python-${_base}
pkgdesc="Read images to numpy arrays"
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
arch=(any)
url="https://github.com/luispedro/${_base}"