Date: Monday, January 21, 2019 @ 11:55:04 Author: felixonmars Revision: 425998
upgpkg: python-wand 0.5.0-1 Modified: python-wand/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-21 11:54:47 UTC (rev 425997) +++ PKGBUILD 2019-01-21 11:55:04 UTC (rev 425998) @@ -1,17 +1,18 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-wand -pkgver=0.4.5 +pkgver=0.5.0 pkgrel=1 pkgdesc="Ctypes-based simple MagickWand API binding for Python" url="https://github.com/emcconville/wand" license=('MIT') arch=('any') -depends=('imagemagick6' 'libxml2' 'python') +depends=('imagemagick' 'libxml2' 'python') makedepends=('python-setuptools') -checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil') +checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-memory-profiler' 'python-psutil' + 'ghostscript' 'librsvg') source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz") -sha512sums=('9c08fc74a81137d6e409f318a9ca814fa2876ca7e1837176f5962fc9bab03efc61e6d56e3f214e8253a7e29f01ac98918fad2e5a1bf58c4c011bf811f5e61cc1') +sha512sums=('84c30608c5df5cd8803457fe9cd10015349365408134092bade457f5a66978d6fc81701131a7308ca1c0340bcb819732e348cd9ef169cfd9d03c88266a0c35fe') build() { cd wand-$pkgver
