diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/uwsgi/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/uwsgi/APKBUILD b/testing/uwsgi/APKBUILD index b9a96fbb6f..c12f602726 100644 --- a/testing/uwsgi/APKBUILD +++ b/testing/uwsgi/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=uwsgi pkgver=1.9.20 -pkgrel=1 +pkgrel=2 pkgdesc="uWSGI application container server" url=http://projects.unbit.it/uwsgi/ arch=all license=GPL-2 -makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxctl" +makedepends="linux-headers lua5.2-dev python python-dev zeromq-dev paxctl + pcre-dev" source="http://projects.unbit.it/downloads/uwsgi-${pkgver}.tar.gz uwsgi.initd uwsgi.confd " |