summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2018-06-06 12:56:19 -0400
committerWilliam Turner2018-06-06 12:56:19 -0400
commit7d8f9a792aace364d43be75c4a11d3b93c45c373 (patch)
treeb5ccb63b9709ceb74a001673f5aa7d994615e3e4
parent0631e7f530b08d6be8e664d14da7d98b864ee199 (diff)
downloadaur-7d8f9a792aace364d43be75c4a11d3b93c45c373.tar.gz
Bump to 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d2e1a8f46a..277902674718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/typemytype/booleanOperations
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-booleanoperations
depends = python2-fonttools
depends = python2-ufolib
options = !emptydirs
- source = https://files.pythonhosted.org/packages/py2.py3/b/booleanOperations/booleanOperations-0.7.1-py2.py3-none-any.whl
- sha256sums = e671ea1f857a373f1f37bc0b0790623edcd885b5f5e7f3a853a61076d85f2a93
+ source = https://files.pythonhosted.org/packages/py2.py3/b/booleanOperations/booleanOperations-0.8.0-py2.py3-none-any.whl
+ sha256sums = e405de0126aaf0f6e4f3dcebd18079db601e825e123cb095366b2a50e9abbc8c
pkgname = python-booleanoperations
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 3b56c784fa37..a2d00651a126 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-booleanoperations
pkgname=(python-booleanoperations python2-booleanoperations)
_pkgname=booleanOperations
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc='Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.'
arch=('any')
@@ -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=('e671ea1f857a373f1f37bc0b0790623edcd885b5f5e7f3a853a61076d85f2a93')
+sha256sums=('e405de0126aaf0f6e4f3dcebd18079db601e825e123cb095366b2a50e9abbc8c')
package_python-booleanoperations() {
depends=('python' 'python-pyclipper' 'python-fonttools' 'python-ufolib')