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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 9 19:26:48 UTC 2015


    Date: Sunday, August 9, 2015 @ 21:26:48
  Author: svenstaro
Revision: 138156

upgpkg: uwsgi 2.0.11.1-2

Remove systemd dependency (fixes FS#45847)

Modified:
  uwsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-09 18:52:24 UTC (rev 138155)
+++ PKGBUILD	2015-08-09 19:26:48 UTC (rev 138156)
@@ -22,7 +22,7 @@
          uwsgi-plugin-webdav
          mod_proxy_uwsgi)
 pkgver=2.0.11.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase"
 license=(GPL2)
@@ -85,7 +85,7 @@
 
 package_uwsgi() {
     pkgdesc="A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C"
-    depends=(python2 libxml2 jansson libyaml systemd)
+    depends=(python2 libxml2 jansson libyaml libsystemd libcap pam)
     install=uwsgi.install
     cd $srcdir/$pkgbase-$pkgver
     install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi



More information about the arch-commits mailing list