[arch-commits] Commit in uwsgi/trunk (PKGBUILD uwsgi.install)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Oct 10 06:06:13 UTC 2016
Date: Monday, October 10, 2016 @ 06:06:13
Author: svenstaro
Revision: 191783
upgpkg: uwsgi 2.0.14-1
upstream release 2.0.14
Modified:
uwsgi/trunk/PKGBUILD
uwsgi/trunk/uwsgi.install
---------------+
PKGBUILD | 9 ++++++---
uwsgi.install | 2 +-
2 files changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-10 06:03:13 UTC (rev 191782)
+++ PKGBUILD 2016-10-10 06:06:13 UTC (rev 191783)
@@ -21,8 +21,8 @@
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)
@@ -31,6 +31,7 @@
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 pypy 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
@@ -43,7 +44,7 @@
emperor.uwsgi.service
emperor.uwsgi.socket)
-md5sums=('e9ec5b2b296ce21b3787e0579d02bade'
+md5sums=('d4b2c7db274dc20be54a977c9b040b7e'
'd3c9f32479d816208c3620a782fa5246'
'9aced0faffc5fc04afccf946e8a2a886'
'752475ee32286acfbafa49b898616817'
@@ -72,6 +73,8 @@
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
Modified: uwsgi.install
===================================================================
--- uwsgi.install 2016-10-10 06:03:13 UTC (rev 191782)
+++ uwsgi.install 2016-10-10 06:06:13 UTC (rev 191783)
@@ -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 at .socket and uwsgi at .service:"
More information about the arch-commits
mailing list