summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 20:29:52 -0500
committerGuillaume Horel2019-12-16 20:29:52 -0500
commit4949f5c776172564babf1c8ef3933c734035ceb7 (patch)
tree2b98a5be553d68a3c914f5fe30658d42ed69d0cd
parent4fb37dd262e765f036761a5f712d6b7330b4e23a (diff)
downloadaur-4949f5c776172564babf1c8ef3933c734035ceb7.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8ee19cf91b..038aca25bc92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths.
- pkgver = 0.8.2
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/typemytype/booleanOperations
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-booleanoperations
depends = python-pyclipper
depends = python-fonttools
options = !emptydirs
- source = https://pypi.org/packages/source/b/booleanOperations/booleanOperations-0.8.2.zip
- sha256sums = 1750def605e53ca13cf45fedd31b360d241cc6082523e4b71d86c72dd3e9bc8a
+ source = https://pypi.org/packages/source/b/booleanOperations/booleanOperations-0.9.0.zip
+ sha256sums = 8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8
pkgname = python-booleanoperations
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"