upgpkg: wallabag 2.4.1-3

restrict permissions
This commit is contained in:
Cedric Girard 2021-02-12 11:12:23 +01:00
parent 7e666a238e
commit 67541a755b
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wallabag
pkgdesc = Self hostable application for saving web pages
pkgver = 2.4.1
pkgrel = 2
pkgrel = 3
url = http://www.wallabag.org/
install = wallabag.install
arch = any

View File

@ -3,7 +3,7 @@
pkgname=wallabag
pkgver=2.4.1
pkgrel=2
pkgrel=3
pkgdesc='Self hostable application for saving web pages'
arch=('any')
url='http://www.wallabag.org/'
@ -50,5 +50,5 @@ package() {
sed -i "${_VAR_DIR}/var/bootstrap.php.cache" -e "s@__DIR__.'/../@'/usr/share/webapps/${pkgname}/@"
chown -R http:http "${pkgdir}/usr/share/webapps/${pkgname}"
chown -R http:http "${pkgdir}/usr/share/webapps/${pkgname}/"{bin/,app/config/,vendor/,web/}
}