diff --git a/wallabag/.SRCINFO b/wallabag/.SRCINFO index 345e2a0..6463853 100644 --- a/wallabag/.SRCINFO +++ b/wallabag/.SRCINFO @@ -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 diff --git a/wallabag/PKGBUILD b/wallabag/PKGBUILD index 3a34bf8..fad4eb1 100644 --- a/wallabag/PKGBUILD +++ b/wallabag/PKGBUILD @@ -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' )