summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-10-13 23:01:21 +0800
committerLeo Mao2023-10-13 23:01:21 +0800
commit37508cde90dfbea3fd14461fe34289ae7ebb5e60 (patch)
tree13ad18cd44a5459e8ead5577d2426d4380335203
parent521d6067ecbf8fa5627c3481d9133b08b0339370 (diff)
downloadaur-37508cde90dfbea3fd14461fe34289ae7ebb5e60.tar.gz
upgpkg: python-imageio 2.31.5-3
Fix makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f47a57517d..b5b85230d644 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
pkgver = 2.31.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/imageio/imageio
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
depends = python-numpy
depends = python-pillow
optdepends = avbin
diff --git a/PKGBUILD b/PKGBUILD
index 18403a397ce5..8d338bec2aa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-imageio"
_pkgname="imageio"
pkgver=2.31.5
-pkgrel=2
+pkgrel=3
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
_github="imageio/imageio"
@@ -12,7 +12,7 @@ url="https://github.com/imageio/imageio"
license=('BSD')
depends=('python-numpy' 'python-pillow')
optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'python-simpleitk')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
sha256sums=('a04e1d87e01734c8981c2989b1d2b5bd729821705b09066cfc6c31d5ffe0ffd7')