user/wallabag: upgrade to 2.6.14
Some checks failed
/ lint (pull_request) Successful in 31s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 51s
/ deploy-armv7 (pull_request) Has been skipped
/ build-armv7 (pull_request) Failing after 52s
/ build-aarch64 (pull_request) Failing after 56s
/ deploy-aarch64 (pull_request) Has been skipped

This commit is contained in:
ayakael 2025-12-15 16:00:01 -05:00
commit 7bb4643b99
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,19 +1,18 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=wallabag
pkgver=2.5.4
pkgrel=1
pkgver=2.6.14
pkgrel=0
pkgdesc="Self hostable application for saving web pages"
arch="noarch"
url="http://www.wallabag.org/"
license="MIT"
_php=php83
_php=php84
_php_mods="-gd -tidy -tokenizer -bcmath -dom -curl -session -ctype -simplexml
-xml -sockets -xmlreader -intl"
depends="$_php ${_php_mods//-/$_php-} pcre composer"
options='!strip'
source="https://static.wallabag.org/releases/wallabag-release-$pkgver.tar.gz"
source="https://github.com/wallabag/wallabag/releases/download/$pkgver/wallabag-$pkgver.tar.gz"
options="!check" # No testsuote
pkgusers="wallabag"
pkggroups="www-data"
@ -40,5 +39,5 @@ package() {
sed -i "$pkgdir"/$datadir/var/bootstrap.php.cache -e "s@__DIR__.'/../@'/usr/share/webapps/$pkgname/@"
}
sha512sums="
eacf91b2cafb2c517b20686d6c66b2f97b8a9e4c296036319c885c9b0344b85b1c1c861dbbd2ac54f021065480bda78873e8da04dbd4a576db0c3527d47571f3 wallabag-release-2.5.4.tar.gz
f17896278c377dd7d43421e7c8b16f1c100fa5fffbb77faf14ddf2d161aa7b8b9796548bdc9131b5be1c069c3126529515590315dbac517c8e10ae7ec3f663b1 wallabag-2.6.14.tar.gz
"