Date: Saturday, February 16, 2019 @ 18:08:33 Author: felixonmars Revision: 433639
upgpkg: python-wand 0.5.1-1 Modified: python-wand/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 18:07:49 UTC (rev 433638) +++ PKGBUILD 2019-02-16 18:08:33 UTC (rev 433639) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-wand -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="Ctypes-based simple MagickWand API binding for Python" url="https://github.com/emcconville/wand" @@ -12,7 +12,7 @@ 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=('84c30608c5df5cd8803457fe9cd10015349365408134092bade457f5a66978d6fc81701131a7308ca1c0340bcb819732e348cd9ef169cfd9d03c88266a0c35fe') +sha512sums=('a9b2812f0bce1c13e7263e7aebd0558d25dc57cef253ce7ed2af359232b5e958984f5d065dea33001ea912bdb97ae2393df4856cf14a0495fe6e910163034e3e') build() { cd wand-$pkgver