summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-05 10:28:24 +0300
committerCaleb Maclennan2021-05-05 10:42:00 +0300
commit238e8a4f6baccd8341d07df0226cf01e9171b208 (patch)
tree2db420ce70c9a213bc16647eaa2ed9ce6eb9da9d
parentdc4a4528cd8acc5dd6ac3bd2730a349138619335 (diff)
downloadaur-238e8a4f6baccd8341d07df0226cf01e9171b208.tar.gz
Work around upstream source release bug
* See https://github.com/robotools/defcon/issues/354 * Closes https://github.com/alerque/aur/issues/17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf81d0e47f6b..5065730baed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-defcon
license = MIT
checkdepends = python-pytest
checkdepends = python-unicodedata2
- makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python-fonttools
depends = python-fs
optdepends = python-fontpens
diff --git a/PKGBUILD b/PKGBUILD
index 8ffe840d026d..b615086ebd14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/robotools/$_pkgname"
license=('MIT')
depends=('python-fonttools' 'python-fs')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools-scm') # use -scm until upstream bug fixed https://github.com/robotools/defcon/issues/354
checkdepends=('python-pytest' 'python-unicodedata2')
optdepends=('python-fontpens' 'python-lxml')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.zip")