summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-01-11 14:15:12 +0300
committerCaleb Maclennan2021-01-11 14:15:12 +0300
commit80912dc3067f82a3ada6e8933cbfa4580b99a5c6 (patch)
treeadd6293266bcd36434152d712263c094556db3f5
parent8511354eabadf1944689ca04746cb4c8cee3add7 (diff)
downloadaur-80912dc3067f82a3ada6e8933cbfa4580b99a5c6.tar.gz
upgpkg: python-skia-pathops 0.6.0.post1-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 890bd0b63e18..58fc29a8624e 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.5.1.post1
+ pkgver = 0.6.0.post1
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.5.1.post1.zip
- sha256sums = 28dfb6afdfe90dfef075b236972b66df791a16e2ae092c3437ea7d40e9a41f73
+ source = https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-0.6.0.post1.zip
+ sha256sums = 53bdc24c3a1d8d6bef1838dbc16d3004fca819c770f4ea06b7a520ccff7f4f60
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index e3f1af6051f5..bdc77dfdd3e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.5.1.post1
+pkgver=0.6.0.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=('28dfb6afdfe90dfef075b236972b66df791a16e2ae092c3437ea7d40e9a41f73')
+sha256sums=('53bdc24c3a1d8d6bef1838dbc16d3004fca819c770f4ea06b7a520ccff7f4f60')
build() {
cd "$_pkgname-$pkgver"