summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc01faff8cb..23dffcd24239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-skia-pathops
- pkgdesc = Python bindings for the Skia library's Path Opts.
- pkgver = 0.2.0.post2
+ pkgdesc = Python bindings for the Skia library's Path Ops.
+ pkgver = 0.3.0
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://pypi.org/packages/source/s/skia-pathops/skia-pathops-0.2.0.post2.zip
- sha256sums = 87ac9513f17944cc27f67a9db393cf1a385e300cb914ad44b82797c1498b4af5
+ source = https://pypi.org/packages/source/s/skia-pathops/skia-pathops-0.3.0.zip
+ sha256sums = 9d5ad3d0e7be0e6ba542ad769a8149f97bf0d431520167840ad3fc4472d16585
pkgname = python-skia-pathops
diff --git a/PKGBUILD b/PKGBUILD
index 70c44f26afcb..ebd2f19a3a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-pkgname=('python-skia-pathops')
+pkgname='python-skia-pathops'
_pkgname='skia-pathops'
-pkgver='0.2.0.post2'
+pkgver='0.3.0'
pkgrel=1
-pkgdesc="Python bindings for the Skia library's Path Opts."
+pkgdesc="Python bindings for the Skia library's Path Ops."
url="https://github.com/fonttools/skia-pathops"
checkdepends=('python-pytest' 'python-pytest-cython')
depends=('python')
@@ -12,7 +12,7 @@ optdepends=()
license=('BSD')
arch=('x86_64')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('87ac9513f17944cc27f67a9db393cf1a385e300cb914ad44b82797c1498b4af5')
+sha256sums=('9d5ad3d0e7be0e6ba542ad769a8149f97bf0d431520167840ad3fc4472d16585')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"