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

Pierre Schmitz pierre at archlinux.org
Sat Jan 23 09:05:23 UTC 2021


    Date: Saturday, January 23, 2021 @ 09:05:23
  Author: pierre
Revision: 825924

Update dependency to php7 as PHP 8 is not supported yet

Modified:
  flyspray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 08:59:53 UTC (rev 825923)
+++ PKGBUILD	2021-01-23 09:05:23 UTC (rev 825924)
@@ -4,17 +4,17 @@
 
 pkgname=flyspray
 pkgver=1.0rc9
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight, web-based bug tracking system written in PHP'
 url="https://www.flyspray.org/"
 arch=('any')
 license=('LGPL2.1')
-depends=('php' 'php-gd')
+depends=('php7' 'php7-gd')
 makedepends=('composer' 'unzip')
 optdepends=('graphviz: plot task dependency graphs'
             'mariadb: use local MariaDB database'
-            'php-fpm: run with FastCGI process manager'
-            'php-pgsql: use PostgreSQL database'
+            'php7-fpm: run with FastCGI process manager'
+            'php7-pgsql: use PostgreSQL database'
             'postgresql: use local PostgreSQL database'
             'uwsgi: run in application container')
 backup=("etc/webapps/${pkgname}/.htaccess"
@@ -42,7 +42,7 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  php -d 'extension=gd' /usr/bin/composer install --no-dev
+  php7 -d 'extension=gd' /usr/bin/composer install --no-dev
 }
 
 package() {



More information about the arch-commits mailing list