From aa38757ca452a3ba51af0f3bcf63d2b12ddc77f7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 3 Jun 2024 13:44:17 -0400 Subject: [PATCH] user/wallabag: use php83 --- user/wallabag/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/wallabag/APKBUILD b/user/wallabag/APKBUILD index c697fca..a568868 100644 --- a/user/wallabag/APKBUILD +++ b/user/wallabag/APKBUILD @@ -3,12 +3,12 @@ pkgname=wallabag pkgver=2.5.4 -pkgrel=0 +pkgrel=1 pkgdesc="Self hostable application for saving web pages" arch="noarch" url="http://www.wallabag.org/" license="MIT" -_php=php81 +_php=php83 _php_mods="-gd -tidy -tokenizer -bcmath -dom -curl -session -ctype -simplexml -xml -sockets -xmlreader -intl" depends="$_php ${_php_mods//-/$_php-} pcre composer"