upgpkg: wallabag 2.4.2-1

upstream release
This commit is contained in:
Cedric Girard 2021-03-16 14:24:53 +01:00
parent 15300bbe8b
commit 5b9731a6ff
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wallabag pkgbase = wallabag
pkgdesc = Self hostable application for saving web pages pkgdesc = Self hostable application for saving web pages
pkgver = 2.4.1 pkgver = 2.4.2
pkgrel = 3 pkgrel = 1
url = http://www.wallabag.org/ url = http://www.wallabag.org/
install = wallabag.install install = wallabag.install
arch = any arch = any
@ -20,8 +20,8 @@ pkgbase = wallabag
backup = usr/share/webapps/wallabag/parameters.yml backup = usr/share/webapps/wallabag/parameters.yml
backup = var/lib/wallabag/data/db/wallabag.sqlite backup = var/lib/wallabag/data/db/wallabag.sqlite
backup = usr/share/webapps/wallabag/data/db/wallabag.sqlite backup = usr/share/webapps/wallabag/data/db/wallabag.sqlite
source = https://static.wallabag.org/releases/wallabag-release-2.4.1.tar.gz source = https://github.com/wallabag/wallabag/releases/download/2.4.2/wallabag-2.4.2.tar.gz
sha256sums = 722620897e0e2f2fc769ac819e5c3527e9270d477576d194b35a4e63542c0eb7 sha256sums = da56ec37ed3d78a4b4132e8a248ac4997442eefaad6f831805304a8c317569d8
pkgname = wallabag pkgname = wallabag

View File

@ -2,8 +2,8 @@
# Contributor: Philipp Schmitt (philipp<at>schmitt<dot>co) # Contributor: Philipp Schmitt (philipp<at>schmitt<dot>co)
pkgname=wallabag pkgname=wallabag
pkgver=2.4.1 pkgver=2.4.2
pkgrel=3 pkgrel=1
pkgdesc='Self hostable application for saving web pages' pkgdesc='Self hostable application for saving web pages'
arch=('any') arch=('any')
url='http://www.wallabag.org/' url='http://www.wallabag.org/'
@ -23,8 +23,8 @@ optdepends=(
) )
install="$pkgname.install" install="$pkgname.install"
options=(!strip) 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")
sha256sums=('722620897e0e2f2fc769ac819e5c3527e9270d477576d194b35a4e63542c0eb7') sha256sums=('da56ec37ed3d78a4b4132e8a248ac4997442eefaad6f831805304a8c317569d8')
backup=("etc/webapps/${pkgname}/parameters.yml" backup=("etc/webapps/${pkgname}/parameters.yml"
"usr/share/webapps/${pkgname}/parameters.yml" "usr/share/webapps/${pkgname}/parameters.yml"
"var/lib/${pkgname}/data/db/wallabag.sqlite" "var/lib/${pkgname}/data/db/wallabag.sqlite"

View File

@ -7,7 +7,7 @@ post_install() {
echo "" echo ""
echo -n "Change the configuration to fit to your current setup, and then " echo -n "Change the configuration to fit to your current setup, and then "
echo "init wallabag by launching:" echo "init wallabag by launching:"
echo "php /usr/share/webapps/wallabag/bin/console wallabag:install --env=prod" echo "php7 /usr/share/webapps/wallabag/bin/console wallabag:install --env=prod"
echo "" echo ""
echo -n "To setup your webserver and enable the needed php extensions, " echo -n "To setup your webserver and enable the needed php extensions, "
echo "please read: https://doc.wallabag.org/en/master/user/installation.html" echo "please read: https://doc.wallabag.org/en/master/user/installation.html"
@ -38,7 +38,7 @@ post_upgrade() {
echo "" echo ""
echo "=====================================================================================================" echo "====================================================================================================="
echo " You need to execute any database migration with: " echo " You need to execute any database migration with: "
echo "cd /usr/share/webapps/wallabag && sudo -u http php bin/console --env=prod doctrine:migrations:migrate" echo "cd /usr/share/webapps/wallabag && sudo -u http php7 bin/console --env=prod doctrine:migrations:migrate"
echo " " echo " "
echo " Check the release notes for any other step: https://github.com/wallabag/wallabag/releases " echo " Check the release notes for any other step: https://github.com/wallabag/wallabag/releases "
echo "=====================================================================================================" echo "====================================================================================================="