summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2023-09-06 12:20:52 +0200
committerJuliette Monsel2023-09-06 12:20:52 +0200
commit191d569da6d1c1d45d20dfc239c75dea227ef3bb (patch)
tree613426364059c2748859ddbe2184aa1779c4de6c
parenteedc60cc6a87ae209129c6129505c04487cb49c0 (diff)
downloadaur-python-wadllib.tar.gz
Fix makedepends
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f5a8d54e0c3..ab5f1e072ede 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = python-wadllib
pkgdesc = Python 3 library for navigating WADL files. The Web Application Description Language is an XML vocabulary for describing the capabilities of HTTP resources.
pkgver = 1.3.6
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/wadllib
arch = any
license = LGPL3
+ makedepends = python-build
+ makedepends = python-wheel
+ makedepends = python-installer
makedepends = python-setuptools
depends = python-lazr-uri
depends = python-setuptools
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")