community/uwsgi to 2.0.12-2

This commit is contained in:
Kevin Mihelich 2016-01-07 13:34:40 +00:00
parent 0ff63fab7f
commit cfac2bfa01

View file

@ -24,7 +24,7 @@ pkgname=(uwsgi
uwsgi-plugin-webdav
mod_proxy_uwsgi)
pkgver=2.0.12
pkgrel=1
pkgrel=2
arch=(i686 x86_64)
url="http://projects.unbit.it/$pkgbase"
license=(GPL2)
@ -83,7 +83,7 @@ build() {
package_uwsgi() {
pkgdesc="A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"
depends=(python2 libxml2 jansson libyaml libsystemd libcap pam)
depends=(python2 libxml2 jansson libyaml libsystemd libcap pam pcre)
install=uwsgi.install
cd $srcdir/$pkgbase-$pkgver
install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi