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

Pierre Schmitz pierre at archlinux.org
Sun Jan 17 11:15:52 UTC 2021


    Date: Sunday, January 17, 2021 @ 11:15:52
  Author: pierre
Revision: 821272

upgpkg: uwsgi 2.0.19.1-8: Rebuild with php7; PHP 8 is not supported

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 08:27:55 UTC (rev 821271)
+++ PKGBUILD	2021-01-17 11:15:52 UTC (rev 821272)
@@ -21,13 +21,13 @@
          uwsgi-plugin-zabbix
          uwsgi-plugin-notfound)
 pkgver=2.0.19.1
-pkgrel=7
+pkgrel=8
 arch=(x86_64)
 url="http://projects.unbit.it/$pkgbase"
 license=(GPL2)
 backup=('etc/uwsgi/emperor.ini')
 conflicts=(python-$pkgbase)
-makedepends=(gcc python ruby python-greenlet php-embed curl libxml2 libyaml
+makedepends=(gcc python ruby python-greenlet php7-embed curl libxml2 libyaml
              perl lua51 pcre libedit openssl bzip2 gmp pam java-environment=7
              jansson classpath pypy mono python-gevent systemd)
 optdepends=('systemd: daemon scripts')
@@ -77,6 +77,7 @@
     pushd "$srcdir"/$pkgbase-$pkgver
 
     export UWSGICONFIG_LUAPC='lua51'
+    export UWSGICONFIG_PHPPATH='/usr/bin/php-config7'
 
     python uwsgiconfig.py --build archlinux
     python uwsgiconfig.py --plugin plugins/python archlinux python
@@ -152,7 +153,7 @@
 }
 
 package_uwsgi-plugin-php() {
-    depends=(uwsgi php-embed libyaml jansson)
+    depends=(uwsgi php7-embed libyaml jansson)
     pkgdesc="Plugin for PHP support"
     install -Dm755 $pkgbase-$pkgver/php_plugin.so "$pkgdir"/usr/lib/uwsgi/php_plugin.so
 }



More information about the arch-commits mailing list