summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2023-12-02 21:46:14 +0800
committerLeo Mao2023-12-02 21:46:14 +0800
commitec74e8490584f43ad88a5ec37900c933de3c431a (patch)
treee1c6feaec38b3efe76ae188a39aca58da244a472
parent80f88cba4dc25d931766372dfad9076ff6d44982 (diff)
downloadaur-ec74e8490584f43ad88a5ec37900c933de3c431a.tar.gz
upgpkg: python-imageio 2.33.0-2
Update optdepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb58300dcec1..e82b08619c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-imageio
pkgdesc = a Python library that provides an easy interface to read and write a wide range of image data
pkgver = 2.33.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imageio/imageio
arch = any
license = BSD
@@ -11,11 +11,12 @@ pkgbase = python-imageio
makedepends = python-setuptools
depends = python-numpy
depends = python-pillow
- optdepends = avbin
optdepends = python-imageio-ffmpeg
+ optdepends = python-av
optdepends = freeimage
optdepends = python-astropy
optdepends = python-simpleitk
+ optdepends = python-tifffile
source = python-imageio-2.33.0.tar.gz::https://github.com/imageio/imageio/archive/v2.33.0.tar.gz
sha256sums = ca7f861a2d39b3719d031077ecd3be8fb07507c1c9747bbd721284ea4ee1cb7a
diff --git a/PKGBUILD b/PKGBUILD
index 1d0053308094..7acf2738473c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-imageio"
_pkgname="imageio"
pkgver=2.33.0
-pkgrel=1
+pkgrel=2
pkgdesc="a Python library that provides an easy interface to read and write a wide range of image data"
arch=('any')
_github="imageio/imageio"
@@ -11,7 +11,7 @@ _pypiname="imageio"
url="https://github.com/imageio/imageio"
license=('BSD')
depends=('python-numpy' 'python-pillow')
-optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'python-simpleitk')
+optdepends=('python-imageio-ffmpeg' 'python-av' 'freeimage' 'python-astropy' 'python-simpleitk' 'python-tifffile')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
sha256sums=('ca7f861a2d39b3719d031077ecd3be8fb07507c1c9747bbd721284ea4ee1cb7a')