From 4e83b3262d9335654a41eef0159eb2c28164d156 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 28 Nov 2022 14:49:58 -0500 Subject: [PATCH] phpMyAdmin: depend on php8.1. --- srcpkgs/phpMyAdmin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/phpMyAdmin/template b/srcpkgs/phpMyAdmin/template index c4ee6fa3a0a..7f0b5f024df 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"