mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/uwsgi to 2.0.12-4
This commit is contained in:
parent
76e91194af
commit
f4ea947406
1 changed files with 5 additions and 1 deletions
|
@ -24,7 +24,7 @@ pkgname=(uwsgi
|
|||
uwsgi-plugin-webdav
|
||||
mod_proxy_uwsgi)
|
||||
pkgver=2.0.12
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
arch=(i686 x86_64)
|
||||
url="http://projects.unbit.it/$pkgbase"
|
||||
license=(GPL2)
|
||||
|
@ -34,6 +34,7 @@ makedepends=(gcc python python2 ruby python2-greenlet python-greenlet php-embed
|
|||
perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
|
||||
jansson classpath mono python2-gevent apache)
|
||||
source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
|
||||
uwsgiplugin.py::https://raw.githubusercontent.com/unbit/uwsgi/9787f6882c2475aa9873e400988160b17dd04545/plugins/systemd_logger/uwsgiplugin.py
|
||||
archlinux.ini
|
||||
tmpfilesd
|
||||
uwsgi_at.service
|
||||
|
@ -45,6 +46,7 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
|
|||
emperor.uwsgi.socket)
|
||||
|
||||
md5sums=('1451cab954bad0d7d7429e4d2c84b5df'
|
||||
'd3c9f32479d816208c3620a782fa5246'
|
||||
'9aced0faffc5fc04afccf946e8a2a886'
|
||||
'752475ee32286acfbafa49b898616817'
|
||||
'feaf107977aec047101acdbf06810f30'
|
||||
|
@ -65,6 +67,8 @@ prepare() {
|
|||
mv plugins/ruby{19,}
|
||||
sed -i 's:\(ruby\)19:\1:' plugins/ruby/uwsgiplugin.py
|
||||
|
||||
cp $srcdir/uwsgiplugin.py plugins/systemd_logger/uwsgiplugin.py
|
||||
|
||||
}
|
||||
build() {
|
||||
pushd $srcdir/$pkgbase-$pkgver
|
||||
|
|
Loading…
Reference in a new issue