mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/uwsgi to 2.0.11.1-2
This commit is contained in:
parent
4f1bd569dd
commit
1b9e5cdbd0
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-webdav
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.11.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -86,7 +86,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 systemd)
|
||||
depends=(python2 libxml2 jansson libyaml libsystemd libcap pam)
|
||||
install=uwsgi.install
|
||||
cd $srcdir/$pkgbase-$pkgver
|
||||
install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
|
||||
|
|
Loading…
Reference in a new issue