summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-02-09 23:59:05 +0300
committerCaleb Maclennan2021-02-09 23:59:05 +0300
commit2faf3dc3044da65f11b65f07d579a2f4395c5c6b (patch)
tree0db9a2e22973f47247adf6d11ed4cdecb8fa1a4d
parent80912dc3067f82a3ada6e8933cbfa4580b99a5c6 (diff)
downloadaur-2faf3dc3044da65f11b65f07d579a2f4395c5c6b.tar.gz
upgpkg: python-skia-pathops 0.6.0.post2-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 58fc29a8624e..0698a643a0f8 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.6.0.post1
+ pkgver = 0.6.0.post2
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.6.0.post1.zip
- sha256sums = 53bdc24c3a1d8d6bef1838dbc16d3004fca819c770f4ea06b7a520ccff7f4f60
+ source = https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-0.6.0.post2.zip
+ sha256sums = 5a103b5e28f1faa2d6a0d41990d822c621b7c5f34442f7abe96fc58817929ca2
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index bdc77dfdd3e5..94d1b133214e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.6.0.post1
+pkgver=0.6.0.post2
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=('53bdc24c3a1d8d6bef1838dbc16d3004fca819c770f4ea06b7a520ccff7f4f60')
+sha256sums=('5a103b5e28f1faa2d6a0d41990d822c621b7c5f34442f7abe96fc58817929ca2')
build() {
cd "$_pkgname-$pkgver"