summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22f1e46f0eef..c252b27a5e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-falcon
pkgdesc = An unladen web framework for building APIs and app backends.
pkgver = 0.3.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/falconry/falcon
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f022dc63555c..2db02089432a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _check="enabled"
pkgname=("python-${_module}" "python2-${_module}")
pkgver="0.3.0"
-pkgrel="6"
+pkgrel="7"
pkgdesc="An unladen web framework for building APIs and app backends."
arch=("i686" "x86_64")
url="https://github.com/falconry/${_name}"