summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2019-11-16 11:29:59 +0300
committertocic2019-11-16 11:29:59 +0300
commitf1f3966a3c427dda423c5c8a4374c10741f7cdfb (patch)
tree6e65a9dd47255585f05be94ff04c03537666af25
parentcb672c8ab421cac4b65461fff79952e40d39194a (diff)
downloadaur-python-falcon.tar.gz
Python 3.8 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10e81735bc01..65867fe8a38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-falcon
pkgdesc = An unladen web framework for building APIs and app backends.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://falconframework.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 73a969287e86..dd3219e1c540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _module="$_name"
pkgname=("python-$_module" "python2-$_module")
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An unladen web framework for building APIs and app backends."
arch=("i686" "x86_64")
url="https://falconframework.org"