summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2019-11-18 16:20:30 +0100
committerJuliette Monsel2019-11-18 16:20:30 +0100
commit2b64fb5d21134bd38fbcbd614b086c6ef26cd5ab (patch)
tree800f6f2d0236032020998d3703a7ab63aaec5e09 /PKGBUILD
parentbf2668d234ebf925628bde98dba69eac6097d0f5 (diff)
downloadaur-2b64fb5d21134bd38fbcbd614b086c6ef26cd5ab.tar.gz
v1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a8f484369a8..10eee966f990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="wadllib"
pkgname=("python-wadllib")
-pkgver="1.3.2"
+pkgver="1.3.3"
pkgrel="1"
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')
@@ -13,9 +13,9 @@ makedepends=('python-setuptools')
depends=('python-lazr-uri' 'python-setuptools' 'python-simplejson')
source=("${pkgname}-${pkgver}.tar.gz::https://launchpad.net/$_pkgname/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.gz"
"${pkgname}-${pkgver}.tar.gz.asc::https://launchpad.net/$_pkgname/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.gz.asc")
-sha256sums=('140e43fc16d4352a98a90a450c6326bee5e6de73ae373a569947f3b505405034'
+sha256sums=('1234cfe81e2cf223e56816f86df3aa18801d1770261865d93337b8b603be366e'
'SKIP')
-validpgpkeys=('8417157EDBE73D9EAC1E539B126EB563A74B06BF')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"