user/wallabag: upgrade to 2.6.14 #1831
1 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue