From 88e3fb024527f090a3b5d08538987f936e3c3e0f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 1 Oct 2015 23:39:50 +0000 Subject: [PATCH] community/uwsgi to 2.0.11.1-3 --- community/uwsgi/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD index 743aa90ae..b899a4876 100644 --- a/community/uwsgi/PKGBUILD +++ b/community/uwsgi/PKGBUILD @@ -24,7 +24,7 @@ pkgname=(uwsgi uwsgi-plugin-webdav mod_proxy_uwsgi) pkgver=2.0.11.1 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://projects.unbit.it/$pkgbase" license=(GPL2) @@ -142,9 +142,9 @@ package_uwsgi-plugin-python() { install -Dm755 $pkgbase-$pkgver/python_plugin.so $pkgdir/usr/lib/uwsgi/python_plugin.so install -Dm755 $pkgbase-$pkgver/greenlet_plugin.so $pkgdir/usr/lib/uwsgi/greenlet_plugin.so install -Dm755 $pkgbase-$pkgver/asyncio_plugin.so $pkgdir/usr/lib/uwsgi/asyncio_plugin.so - install -Dm644 $pkgbase-$pkgver/uwsgidecorators.py $pkgdir/usr/lib/python3.4/site-packages/uwsgidecorators.py - python -m compileall $pkgdir/usr/lib/python3.4/site-packages/ - python -O -m compileall $pkgdir/usr/lib/python3.4/site-packages/ + install -Dm644 $pkgbase-$pkgver/uwsgidecorators.py $pkgdir/usr/lib/python3.5/site-packages/uwsgidecorators.py + python -m compileall $pkgdir/usr/lib/python3.5/site-packages/ + python -O -m compileall $pkgdir/usr/lib/python3.5/site-packages/ } package_uwsgi-plugin-lua51() {