summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-07 14:57:40 +0300
committerCaleb Maclennan2020-10-07 14:57:40 +0300
commit1dd2d31fb340b4f8a80c4c91a2dc2e376f110a12 (patch)
treea252a1388374399770cf5591baae057b916feac2 /PKGBUILD
parent55a6dcd65bd93ae741b131e2f245d4d9364031ea (diff)
downloadaur-1dd2d31fb340b4f8a80c4c91a2dc2e376f110a12.tar.gz
upgpkg: python-skia-pathops 0.5.1-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 8e125c6c0fa8..782c36365a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.4.1
+pkgver=0.5.1
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=('c3472943cb2d36dfdf856769b991360b81da7c5808373ecf72bc39632357ae99')
+sha256sums=('3ddd7ffa6eec59694c2deb63a2cd91a52b0799c625c55be8277d2039fe3fde25')
build() {
cd "$_pkgname-$pkgver"