From cab3ad3e6839b6a9f269058dc4c38e2da867ad10 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 28 Nov 2022 14:49:32 -0500 Subject: [PATCH] phoronix-test-suite: depend on php8.1. --- 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 4824b65dd40..16b4034bec2 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"