summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2018-05-17 11:45:05 +0300
committertocic2018-05-17 11:45:05 +0300
commit8d36ac5478aa9fe2268dd31a1dc773e628fd906a (patch)
tree6a5bc00b4d0fdb202fa548599da31eb109e9136b
parent026a47f464db5ebe9a7eb7ffe68e8947048b35e3 (diff)
downloadaur-8d36ac5478aa9fe2268dd31a1dc773e628fd906a.tar.gz
1.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9babb1daa2..275d9b281113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Nov 8 21:07:24 UTC 2017
pkgbase = python-falcon
pkgdesc = An unladen web framework for building APIs and app backends.
- pkgver = 1.3.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://falconframework.org
arch = i686
@@ -12,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.3.0.tar.gz
- sha256sums = 248da1b3da59a692094b63af7b758cfe222687e628fda94c8b516a59ce700737
+ source = https://files.pythonhosted.org/packages/source/f/falcon/falcon-1.4.1.tar.gz
+ sha256sums = 3981f609c0358a9fcdb25b0e7fab3d9e23019356fb429c635ce4133135ae1bc4
pkgname = python-falcon
depends = python-six>=1.4.0
diff --git a/PKGBUILD b/PKGBUILD
index 05f5315c3a6d..585ff5e22601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Carl George < arch at cgtx dot us >
+# Maintainer: tocic <tocic at protonmail dot ch>
+# Contributor: Carl George < arch at cgtx dot us >
_name="falcon"
_module="$_name"
#_check=1
pkgname=("python-$_module" "python2-$_module")
-pkgver=1.3.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="An unladen web framework for building APIs and app backends."
arch=("i686" "x86_64")
@@ -29,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=('248da1b3da59a692094b63af7b758cfe222687e628fda94c8b516a59ce700737')
+sha256sums=('3981f609c0358a9fcdb25b0e7fab3d9e23019356fb429c635ce4133135ae1bc4')
build() {
cd "$_name-$pkgver"