Date: Monday, January 16, 2023 @ 17:40:37
  Author: pierre
Revision: 1386621

upgpkg: uwsgi 2.0.21-5: Fix plugin name of php_legacy plugin

Modified:
  uwsgi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-16 16:52:23 UTC (rev 1386620)
+++ PKGBUILD    2023-01-16 17:40:37 UTC (rev 1386621)
@@ -24,7 +24,7 @@
   uwsgi-plugin-notfound
 )
 pkgver=2.0.21
-pkgrel=4
+pkgrel=5
 pkgdesc="A full stack for building hosting services"
 arch=(x86_64)
 url="https://uwsgi-docs.readthedocs.io/en/latest/";
@@ -109,6 +109,7 @@
   cp -av plugins/php{,_legacy}
   # link the php_legacy plugin against libphp-legacy.so
   sed -e 's/lphp/lphp-legacy/g; 
s/UWSGICONFIG_PHPPATH/UWSGICONFIG_PHP_LEGACY_PATH/g; 
s/NAME=.*/NAME="php_legacy"/g' -i plugins/php_legacy/uwsgiplugin.py
+  sed -e 's/php_plugin/php_legacy_plugin/g' -i plugins/php_legacy/php_plugin.c
   # copy our custom build profile into place
   cp -v ../archlinux.ini buildconf/
 }

Reply via email to