php-apcu: rebuild against php-7.4.3.

This commit is contained in:
Juan RP 2020-03-03 08:39:10 +01:00
parent 6fe28fe841
commit 76de0aac96
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -1,13 +1,13 @@
# Template file for 'php-apcu' # Template file for 'php-apcu'
pkgname=php-apcu pkgname=php-apcu
version=5.1.17 version=5.1.17
revision=1 revision=2
wrksrc="apcu-${version}" wrksrc="apcu-${version}"
build_style=gnu-configure build_style=gnu-configure
make_check_target=test make_check_target=test
hostmakedepends="autoconf pcre2-devel php-devel" hostmakedepends="autoconf pcre2-devel php-devel"
makedepends="php-devel" makedepends="php-devel"
depends="php" depends="php>=7.4.3"
short_desc="In-memory key-value store for PHP" short_desc="In-memory key-value store for PHP"
maintainer="Enno Boland <gottox@voidlinux.org>" maintainer="Enno Boland <gottox@voidlinux.org>"
license="PHP-3.01" license="PHP-3.01"