Added wallabag-2.3.3-2

This commit is contained in:
ayakael 2018-10-03 00:53:44 -04:00
parent e6c78898b2
commit ff9d084381
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -5,12 +5,12 @@
pkgname=wallabag pkgname=wallabag
pkgver=2.3.3 pkgver=2.3.3
pkgrel=1 pkgrel=2
pkgdesc='Self hostable application for saving web pages' pkgdesc='Self hostable application for saving web pages'
arch='noarch' arch='noarch'
url='http://www.wallabag.org/' url='http://www.wallabag.org/'
license='MIT' license='MIT'
depends='php7 php7-gd php7-tidy pcre php7-tokenier php7-bcmath composer' depends='php7 php7-gd php7-tidy pcre php7-tokenizer php7-bcmath composer'
options='!strip' options='!strip'
source="https://static.wallabag.org/releases/wallabag-release-${pkgver}.tar.gz" source="https://static.wallabag.org/releases/wallabag-release-${pkgver}.tar.gz"
builddir="${srcdir}/${pkgver}" builddir="${srcdir}/${pkgver}"