summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2023-09-06 12:20:52 +0200
committerJuliette Monsel2023-09-06 12:20:52 +0200
commit191d569da6d1c1d45d20dfc239c75dea227ef3bb (patch)
tree613426364059c2748859ddbe2184aa1779c4de6c /PKGBUILD
parenteedc60cc6a87ae209129c6129505c04487cb49c0 (diff)
downloadaur-191d569da6d1c1d45d20dfc239c75dea227ef3bb.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4396121508f9..655bc523b7bd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_name="wadllib"
pkgname=("python-wadllib")
pkgver="1.3.6"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Python 3 library for navigating WADL files. The Web Application Description Language is an XML vocabulary for describing the capabilities of HTTP resources."
arch=('any')
url="https://launchpad.net/wadllib"
license=('LGPL3')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-wheel' 'python-installer' 'python-setuptools')
depends=('python-lazr-uri' 'python-setuptools' 'python-simplejson')
source=("${pkgname}-${pkgver}.tar.gz::https://launchpad.net/$_name/trunk/$pkgver/+download/$_name-$pkgver.tar.gz"
"${pkgname}-${pkgver}.tar.gz.asc::https://launchpad.net/$_name/trunk/$pkgver/+download/$_name-$pkgver.tar.gz.asc")