summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-01-07 09:41:34 -0500
committerGuillaume Horel2021-01-07 09:41:34 -0500
commit3f3f27393e2e5d536bbb46e9eda06b9afd171919 (patch)
treec88d62b4b6c62f3f7a6a5a4b9e5dac2f4e812490
parentecb9a2ba667825dbc24a925f593267834f975995 (diff)
downloadaur-3f3f27393e2e5d536bbb46e9eda06b9afd171919.tar.gz
bump pkgrel for python3.9
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9805b84ddec..67fd5e36e3ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-defcon
pkgdesc = A set of UFO based objects for use in font editing applications
pkgver = 0.7.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/robotools/defcon
arch = any
license = MIT
@@ -10,7 +10,6 @@ pkgbase = python-defcon
makedepends = python-setuptools
depends = python-fonttools
depends = python-fs
- depends = python
optdepends = python-fontpens
optdepends = python-lxml
source = https://pypi.org/packages/source/d/defcon/defcon-0.7.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index a5b086c568bc..42372aa67734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-defcon
_pkgname=defcon
pkgver=0.7.2
-pkgrel=2
+pkgrel=3
pkgdesc='A set of UFO based objects for use in font editing applications'
arch=('any')
url="https://github.com/robotools/$_pkgname"
license=('MIT')
-depends=('python-fonttools' 'python-fs' 'python')
+depends=('python-fonttools' 'python-fs')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-unicodedata2')
optdepends=('python-fontpens' 'python-lxml')