summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Mao2019-01-26 11:25:06 +0800
committerLeo Mao2019-01-26 11:25:06 +0800
commitd91a4b505b314c32c22372985f4d2cd645513693 (patch)
treeec10cb19051a9d51b22128b6f047e2efa6c79f15
parent0a779db04c6aa2fed5c637541dc0a4f029806cf4 (diff)
downloadaur-d91a4b505b314c32c22372985f4d2cd645513693.tar.gz
upgpkg: python-cupy 5.2.0-1
upstream release upgpkg: python-imageio 2.4.1-2 remove unused binaries
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8b914cb0200..532d58039a9a 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.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imageio/imageio
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 7f9fd34026bd..7869ce98bc4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-imageio"
_pkgname="imageio"
pkgver=2.4.1
-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"
@@ -26,6 +26,9 @@ package() {
cd "$srcdir/${_pkgname}-${pkgver}"
python setup.py install --root="$pkgdir"/ --optimize=1 --skip-build
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+
+ # remove utilities for downloading binary dependencies
+ rm $pkgdir/usr/bin/{imageio_download_bin,imageio_remove_bin}
}
# vim:set ts=2 sw=2 et:<Paste>