summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2017-01-14 20:38:55 +0100
committerSebastian Lau2017-01-14 20:38:55 +0100
commit139ab413489a7584686a77b9d3bb24e14d197476 (patch)
tree3041cd90c06f01beca9967a17406fe14c2985490
parent890b7a44ec6003a52a0f3da2ae92c9de37ac21bf (diff)
downloadaur-139ab413489a7584686a77b9d3bb24e14d197476.tar.gz
UPD to 19.6.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4be553ff0348..06b5d1ea0639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,21 @@
+# Generated by mksrcinfo v8
+# Sat Jan 14 19:38:51 UTC 2017
pkgbase = python2-gunicorn
pkgdesc = WSGI HTTP Server for UNIX
- pkgver = 19.4.1
+ pkgver = 19.6.0
pkgrel = 1
url = http://gunicorn.org/
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = armv6h
license = MIT
makedepends = python2-distribute
depends = python2
provides = gunicorn-python2
conflicts = gunicorn-python2
- source = python2-gunicorn-19.4.1.tar.gz::https://github.com/benoitc/gunicorn/archive/19.4.1.tar.gz
- sha256sums = 81899db60828fdd0377f1e6618859459af0cd151b70baf90ca3c76cabaf3cfe1
+ source = python2-gunicorn-19.6.0.tar.gz::https://github.com/benoitc/gunicorn/archive/19.6.0.tar.gz
+ sha256sums = 1e0de4957bea60bfcff5215664bdfc3cf02c78e2aae9586766a9b4b437aebbb0
pkgname = python2-gunicorn
diff --git a/PKGBUILD b/PKGBUILD
index 87b399a1329c..965c929ec0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
pkgname=python2-gunicorn
_pkgname=gunicorn
-pkgver=19.4.1
+pkgver=19.6.0
pkgrel=1
pkgdesc='WSGI HTTP Server for UNIX'
-arch=(any)
+arch=('x86_64' 'i686' 'armv7h' 'armv6h')
url='http://gunicorn.org/'
-license=(MIT)
-depends=(python2)
-makedepends=(python2-distribute)
-provides=(gunicorn-python2)
-conflicts=(gunicorn-python2)
+license=('MIT')
+depends=('python2')
+makedepends=('python2-distribute')
+provides=('gunicorn-python2')
+conflicts=('gunicorn-python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/benoitc/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('81899db60828fdd0377f1e6618859459af0cd151b70baf90ca3c76cabaf3cfe1')
+sha256sums=('1e0de4957bea60bfcff5215664bdfc3cf02c78e2aae9586766a9b4b437aebbb0')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"