[arch-commits] Commit in uwsgi/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Mar 3 11:13:44 UTC 2016


    Date: Thursday, March 3, 2016 @ 12:13:44
  Author: svenstaro
Revision: 164445

upgpkg: uwsgi 2.0.12-4

php rebuild

Modified:
  uwsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-03 11:10:09 UTC (rev 164444)
+++ PKGBUILD	2016-03-03 11:13:44 UTC (rev 164445)
@@ -22,7 +22,7 @@
          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)
@@ -32,6 +32,7 @@
              perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
              jansson classpath pypy 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
@@ -43,6 +44,7 @@
         emperor.uwsgi.socket)
 
 md5sums=('1451cab954bad0d7d7429e4d2c84b5df'
+         'd3c9f32479d816208c3620a782fa5246'
          '9aced0faffc5fc04afccf946e8a2a886'
          '752475ee32286acfbafa49b898616817'
          'feaf107977aec047101acdbf06810f30'
@@ -62,6 +64,8 @@
     rm -rf plugins/ruby
     mv plugins/ruby{19,}
     sed -i 's:\(ruby\)19:\1:' plugins/ruby/uwsgiplugin.py
+
+    cp $srcdir/uwsgiplugin.py plugins/systemd_logger/uwsgiplugin.py
 }
 
 build() {



More information about the arch-commits mailing list