diff options
author | jakob | 2022-11-02 13:30:17 +0100 |
---|---|---|
committer | jakob | 2022-11-02 13:34:49 +0100 |
commit | ff51f75904ce833b23689fe0537d1558b1a62d0a (patch) | |
tree | 0a828f81dce3581b6513dba3132b61913b8badb9 /PKGBUILD | |
parent | 03ec04c5473a5a35fca67cdd67d50d1b362b83fd (diff) | |
download | aur-ff51f75904ce833b23689fe0537d1558b1a62d0a.tar.gz |
1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,16 +2,16 @@ _pkgname=flask-restx pkgname=python-${_pkgname} -pkgver=0.5.1 +pkgver=1.0.3 pkgrel=1 pkgdesc="Flask extension that adds support for quickly building REST APIs" arch=('any') url="https://flask-restx.readthedocs.io/" license=('BSD') -depends=(python python-{flask\>=0.8,aniso8601\>=0.82,jsonschema,pytz,six\>=1.3.0}) +depends=(python python-{flask\>=0.8,aniso8601\>=0.82,jsonschema,pytz,werkzeug}) makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('63c69a61999a34f1774eaccc6fc8c7f504b1aad7d56a8ec672264e52d9ac05f4') +sha256sums=('5fdacd23031d25ff4642f141a47a7fa877f07e3e261099ccc5ebc4fc254de84c') package() { cd "$_pkgname-$pkgver" |