summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Turner2017-09-05 09:40:14 -0400
committerWilliam Turner2017-09-05 09:40:14 -0400
commit0631e7f530b08d6be8e664d14da7d98b864ee199 (patch)
tree377d3b16e66cf49e95f61f02c08af8e289b47362 /PKGBUILD
parent194c24e20660e134fe2aa3cd4e045b0ef1352375 (diff)
downloadaur-0631e7f530b08d6be8e664d14da7d98b864ee199.tar.gz
Bump to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e753e6c2c7e..3b56c784fa37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=python-booleanoperations
pkgname=(python-booleanoperations python2-booleanoperations)
_pkgname=booleanOperations
-pkgver=0.6.4
-pkgrel=3
+pkgver=0.7.1
+pkgrel=1
pkgdesc='Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.'
arch=('any')
url='https://github.com/typemytype/booleanOperations'
@@ -13,7 +13,7 @@ depends=('python' 'python-pyclipper' 'python-fonttools' 'python-ufolib'
makedepends=('python-pip' 'python2-pip')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}-py2.py3-none-any.whl")
-sha256sums=('da2654471d8f748b7743a4a10f5e07706a470f1f4dff1ffd76b4c859bcfc6ac5')
+sha256sums=('e671ea1f857a373f1f37bc0b0790623edcd885b5f5e7f3a853a61076d85f2a93')
package_python-booleanoperations() {
depends=('python' 'python-pyclipper' 'python-fonttools' 'python-ufolib')