summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2017-01-04 21:52:13 -0500
committerWilliam Turner2017-01-04 21:52:13 -0500
commit194c24e20660e134fe2aa3cd4e045b0ef1352375 (patch)
treea54a7ceb313d8a6725eb508019fd31aa6f43e2c8
parente1a95b648b24866400d8dd18c7ce88dc7cb1a279 (diff)
downloadaur-194c24e20660e134fe2aa3cd4e045b0ef1352375.tar.gz
Fixes dependencies for real
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc10c3ff42ef..ce7d48a72d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,20 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.
pkgver = 0.6.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/typemytype/booleanOperations
arch = any
license = MIT
makedepends = python-pip
makedepends = python2-pip
+ depends = python
+ depends = python-pyclipper
+ depends = python-fonttools
+ depends = python-ufolib
+ depends = python2
+ depends = python2-pyclipper
+ depends = python2-fonttools
+ depends = python2-ufolib
options = !emptydirs
source = https://files.pythonhosted.org/packages/py2.py3/b/booleanOperations/booleanOperations-0.6.4-py2.py3-none-any.whl
sha256sums = da2654471d8f748b7743a4a10f5e07706a470f1f4dff1ffd76b4c859bcfc6ac5
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")