summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 20:23:29 -0500
committerGuillaume Horel2019-12-16 20:23:29 -0500
commitdc2fa94ba567f22415e263a6e69584176525798e (patch)
treeed767c9866bb942804bb5137436cd073d1ca3c70
parent0b361b973fbd9ba67ab8f049888652bedeb58e8f (diff)
downloadaur-dc2fa94ba567f22415e263a6e69584176525798e.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f92b0d54430..8b3501f4a87a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-defcon
makedepends = python-setuptools
depends = python
depends = python-fonttools
- depends = python-unicodedata2=12.0.0
+ depends = python>=3.8
source = https://pypi.org/packages/source/d/defcon/defcon-0.6.0.zip
sha256sums = 52e461961b4b68ae6883f8a14a0d82f2d09f2de7a526b95c7d1b195c10ca745f
diff --git a/PKGBUILD b/PKGBUILD
index 6fe0b2550b7c..cc42540cdf47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='A set of UFO based objects for use in font editing applications.'
url="https://pypi.org/project/defcon/"
checkdepends=('python-pytest')
-depends=('python' 'python-fonttools' 'python-unicodedata2=12.0.0')
+depends=('python' 'python-fonttools' 'python>=3.8')
makedepends=('python-setuptools')
optdepends=()
license=('MIT')