summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"