summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-11-28 13:05:48 +0300
committerCaleb Maclennan2020-11-28 13:05:48 +0300
commit8511354eabadf1944689ca04746cb4c8cee3add7 (patch)
tree5f6521d78b5fadb9444b524970ec567c224bc75f /PKGBUILD
parent1dd2d31fb340b4f8a80c4c91a2dc2e376f110a12 (diff)
downloadaur-8511354eabadf1944689ca04746cb4c8cee3add7.tar.gz
upgpkg: python-skia-pathops 0.5.1.post1-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 782c36365a46..e3f1af6051f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.5.1
+pkgver=0.5.1.post1
pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('cython' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytest-cython')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('3ddd7ffa6eec59694c2deb63a2cd91a52b0799c625c55be8277d2039fe3fde25')
+sha256sums=('28dfb6afdfe90dfef075b236972b66df791a16e2ae092c3437ea7d40e9a41f73')
build() {
cd "$_pkgname-$pkgver"