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

Felix Yan felixonmars at archlinux.org
Sun Apr 29 05:43:06 UTC 2018


    Date: Sunday, April 29, 2018 @ 05:43:06
  Author: felixonmars
Revision: 318433

upgpkg: gunicorn 19.8.0-1

Modified:
  gunicorn/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-29 05:39:08 UTC (rev 318432)
+++ PKGBUILD	2018-04-29 05:43:06 UTC (rev 318433)
@@ -6,8 +6,8 @@
 
 pkgbase=gunicorn
 pkgname=(gunicorn python2-gunicorn)
-pkgver=19.7.1
-pkgrel=2
+pkgver=19.8.0
+pkgrel=1
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='http://gunicorn.org/'
@@ -17,10 +17,10 @@
               'python-pytest-cov' 'python2-pytest-cov' 'python-pytest-runner'
               'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/benoitc/$pkgbase/archive/$pkgver.tar.gz")
-sha512sums=('d06862016937f11064c0d08f2eceb262a4cdecf876f02a0c722e8ff61c439da27890dee78e20b4aeddac9db12b3e04233f16eb320e85c56b70ac2f332433cc14')
+sha512sums=('53cf1678ca3acb11f20409e301812d7903f7662f67b7f6da7079053147d658b74864cca2919fe5e84d5f8b533d29ca30682b7ebd6c2debaf7eb0322e7fbec9e2')
 
 prepare() {
-  sed -i 's/==/>=/' gunicorn-$pkgver/requirements_test.txt
+  sed -e 's/==/>=/' -e 's/,<.*$//' -i gunicorn-$pkgver/requirements_test.txt
   cp -a gunicorn-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list