Date: Sunday, January 8, 2023 @ 21:53:43
  Author: felixonmars
Revision: 1382067

upgpkg: python-wand 0.6.11-1

Modified:
  python-wand/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-08 21:24:36 UTC (rev 1382066)
+++ PKGBUILD    2023-01-08 21:53:43 UTC (rev 1382067)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-wand
-pkgver=0.6.10
+pkgver=0.6.11
 pkgrel=1
 pkgdesc="Ctypes-based simple MagickWand API binding for Python"
 url="https://github.com/emcconville/wand";
@@ -9,10 +9,10 @@
 arch=('any')
 depends=('imagemagick' 'libxml2' 'python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-xdist' 'python-memory-profiler' 
'python-psutil'
-              'ghostscript' 'librsvg')
+checkdepends=('python-pytest' 'python-pytest-forked' '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=('57c2072c2429d7b115a24b5a04ea3bec122c265958827233614ce65c86f9352d266d85fad075a5fec6a860049c20cd1634e55457eb17e2511a04ba8fc52ffd47')
+sha512sums=('996073d1b22fdd7924801114b24d803eb15e94c8980800a4ddb58110f72f9495aebc4de227db3a07af9c754a96c369c9ba7c7201442933ba653df1eefb74165f')
 
 build() {
   cd wand-$pkgver
@@ -28,5 +28,5 @@
 package() {
   cd wand-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }

Reply via email to