summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjakob2022-11-02 13:30:17 +0100
committerjakob2022-11-02 13:34:49 +0100
commitff51f75904ce833b23689fe0537d1558b1a62d0a (patch)
tree0a828f81dce3581b6513dba3132b61913b8badb9 /PKGBUILD
parent03ec04c5473a5a35fca67cdd67d50d1b362b83fd (diff)
downloadaur-ff51f75904ce833b23689fe0537d1558b1a62d0a.tar.gz
1.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3a973a46def..92cd5d4b5d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"