upgpkg: wallabag 2.4.1-2

php7 only for now.
This commit is contained in:
Cedric Girard 2021-01-29 09:54:15 +01:00
parent b790b2c540
commit 5e649fa1eb
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 12 additions and 12 deletions

View File

@ -1,18 +1,18 @@
pkgbase = wallabag
pkgdesc = Self hostable application for saving web pages
pkgver = 2.4.1
pkgrel = 1
pkgrel = 2
url = http://www.wallabag.org/
install = wallabag.install
arch = any
license = MIT
makedepends = systemd
depends = php>=7.2
depends = php-gd
depends = php-tidy
depends = php7>=7.2
depends = php7-gd
depends = php7-tidy
depends = pcre
optdepends = php-pgsql: For postgres storage
optdepends = php-sqlite: For sqlite storage
optdepends = php7-pgsql: For postgres storage
optdepends = php7-sqlite: For sqlite storage
optdepends = rabbitmq: For async import
optdepends = redis: For async import
options = !strip

View File

@ -3,21 +3,21 @@
pkgname=wallabag
pkgver=2.4.1
pkgrel=1
pkgrel=2
pkgdesc='Self hostable application for saving web pages'
arch=('any')
url='http://www.wallabag.org/'
license=('MIT')
makedepends=('systemd')
depends=(
'php>=7.2'
'php-gd'
'php-tidy'
'php7>=7.2'
'php7-gd'
'php7-tidy'
'pcre'
)
optdepends=(
'php-pgsql: For postgres storage'
'php-sqlite: For sqlite storage'
'php7-pgsql: For postgres storage'
'php7-sqlite: For sqlite storage'
'rabbitmq: For async import'
'redis: For async import'
)