mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
php-apcu: rebuild against php-7.4.3.
This commit is contained in:
parent
6fe28fe841
commit
76de0aac96
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue