Update to 2.1.6

Also update source URL
This commit is contained in:
Dmitriy Bogdanov 2017-01-24 20:07:03 +04:00
parent 90f2895919
commit 5b0734320c
No known key found for this signature in database
GPG key ID: F396CC2653B8F64D
2 changed files with 8 additions and 9 deletions

View file

@ -1,12 +1,12 @@
pkgbase = wallabag
pkgdesc = Self hostable application for saving web pages
pkgver = 2.1.4
pkgver = 2.1.6
pkgrel = 1
url = http://www.wallabag.org/
install = wallabag.install
arch = any
license = MIT
depends = php>=5.3.3
depends = php>=5.5
depends = php-gd
depends = php-tidy
depends = pcre
@ -19,8 +19,8 @@ pkgbase = wallabag
backup = usr/share/webapps/wallabag/parameters.yml
backup = var/lib/wallabag/data/db/wallabag.sqlite
backup = usr/share/webapps/wallabag/data/db/wallabag.sqlite
source = https://framabag.org/wallabag-release-2.1.4.tar.gz
sha256sums = eb64205a4d7c161527edd08bed22e8dd9799fe8a4130c5964c18cba3a94c9768
source = https://static.wallabag.org/releases/wallabag-release-2.1.6.tar.gz
sha256sums = dd9daaba82a367c06cd62e7b55132830d70725136af9361d53b0572af3e4de7e
pkgname = wallabag

View file

@ -1,14 +1,14 @@
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
pkgname=wallabag
pkgver=2.1.4
pkgver=2.1.6
pkgrel=1
pkgdesc='Self hostable application for saving web pages'
arch=('any')
url='http://www.wallabag.org/'
license=('MIT')
depends=(
'php>=5.3.3'
'php>=5.5'
'php-gd'
'php-tidy'
'pcre'
@ -21,9 +21,8 @@ optdepends=(
)
install="$pkgname.install"
options=(!strip)
source=("https://framabag.org/wallabag-release-${pkgver}.tar.gz")
#source=("${pkgname}-release-${pkgver}.tar.gz::http://wllbg.org/latest-v2-package") # you may try this URL, if the above one is not available
sha256sums=('eb64205a4d7c161527edd08bed22e8dd9799fe8a4130c5964c18cba3a94c9768')
source=("https://static.wallabag.org/releases/wallabag-release-${pkgver}.tar.gz")
sha256sums=('dd9daaba82a367c06cd62e7b55132830d70725136af9361d53b0572af3e4de7e')
backup=("etc/webapps/${pkgname}/parameters.yml"
"usr/share/webapps/${pkgname}/parameters.yml"
"var/lib/${pkgname}/data/db/wallabag.sqlite"