summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2019-03-02 11:39:44 +0800
committerLeo Mao2019-03-02 11:39:44 +0800
commita0b8d37b7709ac9a034ef868a89de70d555cf606 (patch)
tree2c9c2bb50eb936a5e93004d210f0c914bbb666a6
parent522cfc78c93dd83533fbb18c29d391ace3d9625a (diff)
downloadaur-a0b8d37b7709ac9a034ef868a89de70d555cf606.tar.gz
add python-imageio-ffmpeg as opt deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0923e20aa2da..43004759e829 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.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imageio/imageio
arch = x86_64
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-imageio
depends = python-numpy
depends = python-pillow
optdepends = avbin
- optdepends = ffmpeg
+ optdepends = python-imageio-ffmpeg
optdepends = freeimage
optdepends = python-astropy
optdepends = simpleitk
diff --git a/PKGBUILD b/PKGBUILD
index 874dd1783957..f9a83b9ae0af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-imageio"
_pkgname="imageio"
pkgver=2.5.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=('x86_64')
_github="imageio/imageio"
@@ -11,7 +11,7 @@ _pypiname="imageio"
url="https://github.com/imageio/imageio"
license=('BSD')
depends=('python-numpy' 'python-pillow')
-optdepends=('avbin' 'ffmpeg' 'freeimage' 'python-astropy' 'simpleitk')
+optdepends=('avbin' 'python-imageio-ffmpeg' 'freeimage' 'python-astropy' 'simpleitk')
makedepends=('python' 'python-setuptools')
source=("https://github.com/imageio/imageio/archive/v${pkgver}.tar.gz")
sha256sums=('a504befcd1c538da9ea496d3f043a3c469418d6ec459eba8eed39340946dab81')