summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2019-06-16 09:27:25 +0300
committertocic2019-06-16 09:27:25 +0300
commitcb672c8ab421cac4b65461fff79952e40d39194a (patch)
tree44b34a975da5a47ca382d9ea982bb7aa2eed70c8
parent43af1c0602a0078c93ce0536635c146d97d95166 (diff)
downloadaur-cb672c8ab421cac4b65461fff79952e40d39194a.tar.gz
2.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275d9b281113..10e81735bc01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-falcon
pkgdesc = An unladen web framework for building APIs and app backends.
- pkgver = 1.4.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://falconframework.org
arch = i686
@@ -10,8 +10,8 @@ pkgbase = python-falcon
makedepends = python-setuptools
makedepends = cython2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/f/falcon/falcon-1.4.1.tar.gz
- sha256sums = 3981f609c0358a9fcdb25b0e7fab3d9e23019356fb429c635ce4133135ae1bc4
+ source = https://files.pythonhosted.org/packages/source/f/falcon/falcon-2.0.0.tar.gz
+ sha256sums = eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc
pkgname = python-falcon
depends = python-six>=1.4.0
diff --git a/PKGBUILD b/PKGBUILD
index 585ff5e22601..73a969287e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module="$_name"
#_check=1
pkgname=("python-$_module" "python2-$_module")
-pkgver=1.4.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="An unladen web framework for building APIs and app backends."
arch=("i686" "x86_64")
@@ -30,7 +30,7 @@ if [[ -v _check ]]; then
"python2-yaml")
fi
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('3981f609c0358a9fcdb25b0e7fab3d9e23019356fb429c635ce4133135ae1bc4')
+sha256sums=('eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc')
build() {
cd "$_name-$pkgver"