This commit is contained in:
Philipp Schmitt 2015-02-19 11:32:19 +01:00
parent 0211720d50
commit 5b252a4085
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ pkgbase = wallabag
url = http://www.wallabag.org/
install = wallabag.install
arch = any
license = WTFPL
license = MIT
depends = php>=5.3
depends = php-tidy
depends = pcre

View file

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Self hostable application for saving web pages'
arch=('any')
url='http://www.wallabag.org/'
license=('WTFPL')
license=('MIT')
depends=('php>=5.3' 'php-tidy' 'pcre')
optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage')
install="$pkgname.install"