phpMyAdmin: update to 5.2.1, depend on php-runtime virtual package.
This commit is contained in:
parent
42de9881d1
commit
0a706927fe
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'phpMyAdmin'
|
||||
pkgname=phpMyAdmin
|
||||
version=5.2.0
|
||||
revision=2
|
||||
version=5.2.1
|
||||
revision=1
|
||||
conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
|
||||
depends="php8.1 mariadb"
|
||||
depends="virtual?php-runtime"
|
||||
short_desc="Web interface for MySQL and MariaDB"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.phpmyadmin.net"
|
||||
distfiles="https://files.phpmyadmin.net/phpMyAdmin/${version}/phpMyAdmin-${version}-all-languages.tar.xz"
|
||||
checksum=66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
|
||||
checksum=373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/webapps/
|
||||
|
|
Loading…
Reference in New Issue