[arch-commits] Commit in python-werkzeug/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu May 20 10:59:44 UTC 2021
Date: Thursday, May 20, 2021 @ 10:59:44
Author: svenstaro
Revision: 938096
upgpkg: python-werkzeug 2.0.1-1
Modified:
python-werkzeug/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-20 10:23:44 UTC (rev 938095)
+++ PKGBUILD 2021-05-20 10:59:44 UTC (rev 938096)
@@ -5,8 +5,8 @@
# Contributor: Richard Murri
pkgname=python-werkzeug
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Swiss Army knife of Python web development'
url='http://werkzeug.pocoo.org/'
arch=('any')
@@ -15,7 +15,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-timeout' 'python-requests' 'python-pytest-xprocess')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz")
-sha512sums=('8c8e36a58fe53ac4ad3152a34145c726a9145782262b9d47be7bfe9a8e127666b0d0c0c50d305277a153298644732efe37e3785ceaa5b11394adfeb70d86e70d')
+sha512sums=('721a6c3cf8f803c80873f68d94b273da2ddda79b5e83d9283b9af3d3c971bb8c7ac7828c7a60c33b9bded7b05f063810df12fc266ee7d264dc6261100fc97708')
build() {
cd "werkzeug-$pkgver"
More information about the arch-commits
mailing list