summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorWilliam Turner2017-01-04 21:49:44 -0500
committerWilliam Turner2017-01-04 21:49:44 -0500
commite1a95b648b24866400d8dd18c7ce88dc7cb1a279 (patch)
treef14d5c9c7ec57e1d3890bd38d8e55384ceff7cd4 /.SRCINFO
parent99b6d6414b905f9c509ed98f448aa6305f16d6d9 (diff)
downloadaur-e1a95b648b24866400d8dd18c7ce88dc7cb1a279.tar.gz
Adds the correct dependencies
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a736db2efb9..cc10c3ff42ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths based on a super fast polygon clipper library by Angus Johnson.
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/typemytype/booleanOperations
arch = any
license = MIT
@@ -13,9 +13,15 @@ pkgbase = python-booleanoperations
pkgname = python-booleanoperations
depends = python
+ depends = python-pyclipper
+ depends = python-fonttools
+ depends = python-ufolib
provides = python-booleanoperations
pkgname = python2-booleanoperations
depends = python2
+ depends = python2-pyclipper
+ depends = python2-fonttools
+ depends = python2-ufolib
provides = python2-booleanoperations