summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-03-25 21:12:58 -0400
committerGuillaume Horel2020-03-25 21:12:58 -0400
commitff244fcb75a163bae488b515e8e63b5466cbd64a (patch)
treef79362e45da06ccfdf344682752b9f8c72f58042 /PKGBUILD
parentf5481a93e6d21650aedf7e151701b6f577201f01 (diff)
downloadaur-ff244fcb75a163bae488b515e8e63b5466cbd64a.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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}"