summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9d58e8f3728..0b7107e50351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-aiowsgi
_pkgname=aiowsgi
-pkgver=0.3
+pkgver=0.5
pkgrel=1
pkgdesc='A minimalist wsgi server using asyncio'
arch=(any)
url=https://aiowsgi.readthedocs.org/
license=('MIT')
-depends=(python-waitress)
+depends=(python-webob python-waitress)
makedepends=(python-setuptools unzip)
source=(https://pypi.python.org/packages/source/a/aiowsgi/${_pkgname}-${pkgver}.zip)
-md5sums=(b36b928aec86a9af151edaf1b0645c90)
+md5sums=(644be06095f4c86035af7586c271ce9f)
build() {
cd ${srcdir}/${_pkgname}-${pkgver}