upgpkg: wallabag 2.4.1-2
php7 only for now.
This commit is contained in:
parent
b790b2c540
commit
5e649fa1eb
2 changed files with 12 additions and 12 deletions
|
@ -1,18 +1,18 @@
|
||||||
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.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.wallabag.org/
|
url = http://www.wallabag.org/
|
||||||
install = wallabag.install
|
install = wallabag.install
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = systemd
|
makedepends = systemd
|
||||||
depends = php>=7.2
|
depends = php7>=7.2
|
||||||
depends = php-gd
|
depends = php7-gd
|
||||||
depends = php-tidy
|
depends = php7-tidy
|
||||||
depends = pcre
|
depends = pcre
|
||||||
optdepends = php-pgsql: For postgres storage
|
optdepends = php7-pgsql: For postgres storage
|
||||||
optdepends = php-sqlite: For sqlite storage
|
optdepends = php7-sqlite: For sqlite storage
|
||||||
optdepends = rabbitmq: For async import
|
optdepends = rabbitmq: For async import
|
||||||
optdepends = redis: For async import
|
optdepends = redis: For async import
|
||||||
options = !strip
|
options = !strip
|
||||||
|
|
|
@ -3,21 +3,21 @@
|
||||||
|
|
||||||
pkgname=wallabag
|
pkgname=wallabag
|
||||||
pkgver=2.4.1
|
pkgver=2.4.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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/'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
makedepends=('systemd')
|
makedepends=('systemd')
|
||||||
depends=(
|
depends=(
|
||||||
'php>=7.2'
|
'php7>=7.2'
|
||||||
'php-gd'
|
'php7-gd'
|
||||||
'php-tidy'
|
'php7-tidy'
|
||||||
'pcre'
|
'pcre'
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'php-pgsql: For postgres storage'
|
'php7-pgsql: For postgres storage'
|
||||||
'php-sqlite: For sqlite storage'
|
'php7-sqlite: For sqlite storage'
|
||||||
'rabbitmq: For async import'
|
'rabbitmq: For async import'
|
||||||
'redis: For async import'
|
'redis: For async import'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue