summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortocic2019-06-16 09:27:25 +0300
committertocic2019-06-16 09:27:25 +0300
commitcb672c8ab421cac4b65461fff79952e40d39194a (patch)
tree44b34a975da5a47ca382d9ea982bb7aa2eed70c8 /PKGBUILD
parent43af1c0602a0078c93ce0536635c146d97d95166 (diff)
downloadaur-cb672c8ab421cac4b65461fff79952e40d39194a.tar.gz
2.0.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"