[arch-commits] Commit in python-werkzeug/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 12 19:09:56 UTC 2016


    Date: Thursday, May 12, 2016 @ 21:09:56
  Author: svenstaro
Revision: 175083

upgpkg: python-werkzeug 0.11.9-1

upstream release 0.11.9

Modified:
  python-werkzeug/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 18:39:31 UTC (rev 175082)
+++ PKGBUILD	2016-05-12 19:09:56 UTC (rev 175083)
@@ -6,7 +6,7 @@
 # Contributor: Richard Murri
 
 pkgname=('python-werkzeug' 'python2-werkzeug')
-pkgver=0.11.4
+pkgver=0.11.9
 pkgrel=1
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
@@ -13,12 +13,12 @@
 arch=('any')
 license=('custom:BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pytest' 'python2-pytest' 'python-requests' 'python2-requests')
-source=("http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-$pkgver.tar.gz")
-sha256sums=('e48fb7e3f2bb5a740dd9a666624699a4d83e2e028555f9c46bcc8ecfc2cd8c32')
+source=("https://github.com/pallets/werkzeug/archive/0.11.9.tar.gz")
+sha256sums=('fe140008e5f9da77e6e8524ed995ab7155d4537ea2337fc4e7bdee936cde80db')
 
 prepare() {
-  cp -r "Werkzeug-$pkgver" "python-werkzeug-$pkgver"
-  cp -r "Werkzeug-$pkgver" "python2-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python-werkzeug-$pkgver"
+  cp -r "werkzeug-$pkgver" "python2-werkzeug-$pkgver"
 }
 
 build_python-werkzeug() {



More information about the arch-commits mailing list