summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3bc7bd69770..1a24dfab5a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-skia-pathops
pkgdesc = Python bindings for the Skia library’s Path Ops
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://github.com/fonttools/skia-pathops
arch = x86_64
license = BSD
@@ -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.0.zip
- sha256sums = cef6a6a263c8fa8f1149be7888ec41db1fa927caec6e7db5845c5e8560347987
+ source = https://files.pythonhosted.org/packages/source/s/skia-pathops/skia-pathops-0.4.1.zip
+ sha256sums = c3472943cb2d36dfdf856769b991360b81da7c5808373ecf72bc39632357ae99
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index ddaa47e2db6c..8e125c6c0fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-skia-pathops
_pkgname=${pkgname#python-}
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc='Python bindings for the Skia library’s Path Ops'
arch=('x86_64')
url="https://github.com/fonttools/$_pkgname"
@@ -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=('cef6a6a263c8fa8f1149be7888ec41db1fa927caec6e7db5845c5e8560347987')
+sha256sums=('c3472943cb2d36dfdf856769b991360b81da7c5808373ecf72bc39632357ae99')
build() {
cd "$_pkgname-$pkgver"