Date: Monday, May 15, 2023 @ 08:43:16
  Author: mtorromeo
Revision: 1461784

upgpkg: passenger 6.0.17-2: rebuild against gcc 13

Modified:
  passenger/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 08:42:53 UTC (rev 1461783)
+++ PKGBUILD    2023-05-15 08:43:16 UTC (rev 1461784)
@@ -3,7 +3,7 @@
 pkgbase=passenger
 pkgname=(passenger mod_passenger nginx-mod-passenger)
 pkgver=6.0.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
 arch=('x86_64')
 url="https://www.phusionpassenger.com";
@@ -19,10 +19,10 @@
             'SKIP')
 
 prepare() {
-       mkdir -p build
-       cd build
-       ln -sf /usr/src/nginx/auto
-       ln -sf /usr/src/nginx/src
+  mkdir -p build
+  cd build
+  ln -sf /usr/src/nginx/auto
+  ln -sf /usr/src/nginx/src
 }
 
 build() {

Reply via email to