summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTristan Hill2024-04-30 07:23:34 +0100
committerTristan Hill2024-04-30 07:23:34 +0100
commit013b9a6159b45566a5e04f9ac57e6548e0441885 (patch)
treeb0b8bd9df24686104a3db1325b181b95c551a175 /PKGBUILD
parent710dd3c32144106459f921f3bce773a10487064a (diff)
downloadaur-python-flask-expects-json.tar.gz
rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a56d18e8716..190d5cc5e1bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname='python-flask-expects-json'
_name=${pkgname#python-}
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Decorator for REST endpoints in flask. Validate JSON request data."
arch=('any')
url="https://github.com/fischerfredl/flask-expects-json"