summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-07 14:57:40 +0300
committerCaleb Maclennan2020-10-07 14:57:40 +0300
commit1dd2d31fb340b4f8a80c4c91a2dc2e376f110a12 (patch)
treea252a1388374399770cf5591baae057b916feac2
parent55a6dcd65bd93ae741b131e2f245d4d9364031ea (diff)
downloadaur-1dd2d31fb340b4f8a80c4c91a2dc2e376f110a12.tar.gz
upgpkg: python-skia-pathops 0.5.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a24dfab5a16..32456a745645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library’s Path Ops
- pkgver = 0.4.1
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/fonttools/skia-pathops
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-skia-pathops
makedepends = cython
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-0.4.1.zip
- sha256sums = c3472943cb2d36dfdf856769b991360b81da7c5808373ecf72bc39632357ae99
+ source = https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-0.5.1.zip
+ sha256sums = 3ddd7ffa6eec59694c2deb63a2cd91a52b0799c625c55be8277d2039fe3fde25
pkgname = python-skia-pathops
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"