summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-01-14 14:31:49 -0500
committerGuillaume Horel2020-01-14 14:31:49 -0500
commit0d6a59cf12481b8800dd3ad1521099b2df73da15 (patch)
tree9002bf6b05bd88a7fbf6d51a9cf036d9469e7dd6
parent4949f5c776172564babf1c8ef3933c734035ceb7 (diff)
downloadaur-0d6a59cf12481b8800dd3ad1521099b2df73da15.tar.gz
update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 038aca25bc92..dc0694561068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-booleanoperations
arch = any
license = MIT
checkdepends = python-fontpens
+ checkdepends = python-defcon
depends = python
depends = python-pyclipper
depends = python-fonttools
diff --git a/PKGBUILD b/PKGBUILD
index 0d2af18ef5da..0fbd123e4da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Boolean operations on paths.'
arch=('any')
url='https://github.com/typemytype/booleanOperations'
license=('MIT')
-checkdepends=('python-fontpens')
+checkdepends=('python-fontpens' 'python-defcon')
depends=('python' 'python-pyclipper' 'python-fonttools')
makedepends=()
options=(!emptydirs)