ampache: update to 5.6.2, depend on php-runtime virtual package.

This commit is contained in:
Joel Beckmeyer 2023-08-08 09:38:59 -04:00 committed by classabbyamp
parent 994bf077f6
commit 74c91d791d
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'ampache'
pkgname=ampache
version=5.5.1
version=5.6.2
revision=1
create_wrksrc=yes
hostmakedepends="unzip"
depends="php8.1 mariadb"
depends="virtual?php-runtime"
short_desc="Web-based tool for managing your audio/video files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="AGPL-3.0-or-later"
homepage="https://ampache.org"
distfiles="https://github.com/ampache/ampache/releases/download/${version}/${pkgname}-${version}_all.zip"
checksum=3e37839058c263be990915759eecab9b5da3ec324638a7ff7d8094516f56a85c
checksum=e406ff9de1537c3854ed9fad2ffdf854e193908617f8f409fa5de9036fed0927
python_version=3
do_install() {