user/firefly-iii: use php83

This commit is contained in:
Antoine Martin 2024-06-03 10:35:01 -04:00
parent 34e0757763
commit 104708e9a6

View file

@ -5,11 +5,11 @@ pkgname=firefly-iii
pkgver=5.7.18 pkgver=5.7.18
pkgrel=0 pkgrel=0
pkgdesc="PHP personal finances manager" pkgdesc="PHP personal finances manager"
#arch="noarch" arch="noarch"
url="https://github.com/firefly-iii/firefly-iii" url="https://github.com/firefly-iii/firefly-iii"
license="AGPL-3.0-only" license="AGPL-3.0-only"
options="!check" # No testsuite options="!check" # No testsuite
_php=php82 _php=php83
_php_mods="-intl -curl -bcmath -zip -gd -xml -mbstring -ldap -session -fileinfo -simplexml -sodium -tokenizer -xmlwriter -dom -pdo" _php_mods="-intl -curl -bcmath -zip -gd -xml -mbstring -ldap -session -fileinfo -simplexml -sodium -tokenizer -xmlwriter -dom -pdo"
depends="$_php ${_php_mods//-/$_php-}" depends="$_php ${_php_mods//-/$_php-}"
makedepends="composer" makedepends="composer"