summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-13 20:52:42 -0400
committerGuillaume Horel2020-04-13 20:52:42 -0400
commitf5299067de40b1c7bae5b0287365d810081def0a (patch)
tree433890d7ef53c2167867f4d794f57086f600fd58 /PKGBUILD
parentff244fcb75a163bae488b515e8e63b5466cbd64a (diff)
downloadaur-f5299067de40b1c7bae5b0287365d810081def0a.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebd2f19a3a35..ad466ccdc4ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-skia-pathops'
_pkgname='skia-pathops'
-pkgver='0.3.0'
+pkgver='0.4.0'
pkgrel=1
pkgdesc="Python bindings for the Skia library's Path Ops."
url="https://github.com/fonttools/skia-pathops"
@@ -12,7 +12,7 @@ optdepends=()
license=('BSD')
arch=('x86_64')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('9d5ad3d0e7be0e6ba542ad769a8149f97bf0d431520167840ad3fc4472d16585')
+sha256sums=('cef6a6a263c8fa8f1149be7888ec41db1fa927caec6e7db5845c5e8560347987')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"