From 2a151e049e9eb1272cbb695459e7a8869694765e Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 27 Nov 2022 11:25:16 +0100 Subject: [PATCH 1/2] phpMyAdmin: use PHP 8.1 PHP 7.4 will soon be EOL and PHP 8.1 is supported --- srcpkgs/phpMyAdmin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/phpMyAdmin/template b/srcpkgs/phpMyAdmin/template index c4ee6fa3a0a0..7f0b5f024df5 100644 --- a/srcpkgs/phpMyAdmin/template +++ b/srcpkgs/phpMyAdmin/template @@ -1,9 +1,9 @@ # Template file for 'phpMyAdmin' pkgname=phpMyAdmin version=5.2.0 -revision=1 +revision=2 conf_files="/etc/webapps/phpMyAdmin/config.inc.php" -depends="php mariadb" +depends="php8.1 mariadb" short_desc="Web interface for MySQL and MariaDB" maintainer="Joel Beckmeyer " license="GPL-2.0-only" From b72f8ca517d99a50233c84e7e211ff1ff577b868 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 27 Nov 2022 11:25:57 +0100 Subject: [PATCH 2/2] phoronix-test-suite: use PHP 8.1 PHP 7.4 will soon be EOL and PHP 8.1 is supported --- srcpkgs/phoronix-test-suite/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/phoronix-test-suite/template b/srcpkgs/phoronix-test-suite/template index 4824b65dd40d..16b4034bec27 100644 --- a/srcpkgs/phoronix-test-suite/template +++ b/srcpkgs/phoronix-test-suite/template @@ -1,8 +1,8 @@ # Template file for 'phoronix-test-suite' pkgname=phoronix-test-suite version=10.8.4 -revision=1 -depends="php" +revision=2 +depends="php8.1" short_desc="Comprehensive testing and benchmarking platform for Linux" maintainer="Enno Boland " license="GPL-3.0-or-later"