user/firefly-iii: use php83
This commit is contained in:
parent
34e0757763
commit
104708e9a6
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ pkgname=firefly-iii
|
|||
pkgver=5.7.18
|
||||
pkgrel=0
|
||||
pkgdesc="PHP personal finances manager"
|
||||
#arch="noarch"
|
||||
arch="noarch"
|
||||
url="https://github.com/firefly-iii/firefly-iii"
|
||||
license="AGPL-3.0-only"
|
||||
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"
|
||||
depends="$_php ${_php_mods//-/$_php-}"
|
||||
makedepends="composer"
|
||||
|
|
Loading…
Reference in a new issue