[arch-commits] Commit in python-werkzeug/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 4 21:48:48 UTC 2020
Date: Saturday, April 4, 2020 @ 21:48:48
Author: felixonmars
Revision: 611752
upgpkg: python-werkzeug 1.0.1-1
Modified:
python-werkzeug/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-04 21:48:11 UTC (rev 611751)
+++ PKGBUILD 2020-04-04 21:48:48 UTC (rev 611752)
@@ -5,8 +5,8 @@
# Contributor: Richard Murri
pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc='Swiss Army knife of Python web development'
url='http://werkzeug.pocoo.org/'
arch=('any')
@@ -14,7 +14,7 @@
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest-timeout' 'python2-pytest-timeout' 'python-requests' 'python2-requests')
source=("https://github.com/pallets/werkzeug/archive/${pkgver}.tar.gz")
-sha512sums=('bc6d61b078aebd92d79a68d2b040dc9cf0cb5a61fe9732861109324bd7f7be6e5fb9e2101f145429909d0e06a6435bd3b8d707022525c5236ba52776a315af2e')
+sha512sums=('ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e')
prepare() {
cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
More information about the arch-commits
mailing list