summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Turner2017-01-04 21:52:13 -0500
committerWilliam Turner2017-01-04 21:52:13 -0500
commit194c24e20660e134fe2aa3cd4e045b0ef1352375 (patch)
treea54a7ceb313d8a6725eb508019fd31aa6f43e2c8 /PKGBUILD
parente1a95b648b24866400d8dd18c7ce88dc7cb1a279 (diff)
downloadaur-194c24e20660e134fe2aa3cd4e045b0ef1352375.tar.gz
Fixes dependencies for real
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d563a714c781..2e753e6c2c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,13 @@ pkgbase=python-booleanoperations
pkgname=(python-booleanoperations python2-booleanoperations)
_pkgname=booleanOperations
pkgver=0.6.4
-pkgrel=2
+pkgrel=3
pkgdesc='Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.'
arch=('any')
url='https://github.com/typemytype/booleanOperations'
license=('MIT')
+depends=('python' 'python-pyclipper' 'python-fonttools' 'python-ufolib'
+ 'python2' 'python2-pyclipper' 'python2-fonttools' 'python2-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")