summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 20:29:52 -0500
committerGuillaume Horel2019-12-16 20:29:52 -0500
commit4949f5c776172564babf1c8ef3933c734035ceb7 (patch)
tree2b98a5be553d68a3c914f5fe30658d42ed69d0cd /PKGBUILD
parent4fb37dd262e765f036761a5f712d6b7330b4e23a (diff)
downloadaur-4949f5c776172564babf1c8ef3933c734035ceb7.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 c1619d675647..0d2af18ef5da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: William Turner <willtur.will@gmail.com>
pkgname='python-booleanoperations'
_pkgname=booleanOperations
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc='Boolean operations on paths.'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python' 'python-pyclipper' 'python-fonttools')
makedepends=()
options=(!emptydirs)
source=("https://pypi.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip")
-sha256sums=('1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a')
+sha256sums=('8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8')
package() {
cd "${srcdir}/$_pkgname-$pkgver"