community/uwsgi to 2.0.14-1

This commit is contained in:
Kevin Mihelich 2016-10-10 12:37:22 +00:00
parent 883c2acd78
commit cc36f8eb17
2 changed files with 7 additions and 4 deletions

View file

@ -23,8 +23,8 @@ pkgname=(uwsgi
uwsgi-plugin-mono
uwsgi-plugin-webdav
mod_proxy_uwsgi)
pkgver=2.0.13.1
pkgrel=3
pkgver=2.0.14
pkgrel=1
arch=(i686 x86_64)
url="http://projects.unbit.it/$pkgbase"
license=(GPL2)
@ -33,6 +33,7 @@ conflicts=(python-$pkgbase)
makedepends=(gcc python python2 ruby python2-greenlet python-greenlet php-embed curl libxml2 libyaml
perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
jansson classpath mono python2-gevent apache)
optdepends=('systemd: daemon scripts')
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
@ -45,7 +46,7 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
emperor.uwsgi.service
emperor.uwsgi.socket)
md5sums=('e9ec5b2b296ce21b3787e0579d02bade'
md5sums=('d4b2c7db274dc20be54a977c9b040b7e'
'd3c9f32479d816208c3620a782fa5246'
'9aced0faffc5fc04afccf946e8a2a886'
'752475ee32286acfbafa49b898616817'
@ -74,6 +75,8 @@ prepare() {
build() {
pushd $srcdir/$pkgbase-$pkgver
export UWSGICONFIG_LUAPC='lua51'
python uwsgiconfig.py --build archlinux
python uwsgiconfig.py --plugin plugins/python archlinux python
python uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet

View file

@ -1,5 +1,5 @@
post_install(){
systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
command -v systemd-tmpfiles && systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
}
post_update(){
echo "To use uwsgi@.socket and uwsgi@.service:"