Merge pull request #5 from di72nn/change-url

Change URL to point directly to files on framabag.org
This commit is contained in:
Philipp Schmitt 2016-11-20 13:36:59 +01:00 committed by GitHub
commit 90f2895919
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = wallabag
pkgdesc = Self hostable application for saving web pages
pkgver = 2.1.3
pkgver = 2.1.4
pkgrel = 1
url = http://www.wallabag.org/
install = wallabag.install
@ -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 = wallabag.tar.xz::http://wllbg.org/latest-v2-package
sha256sums = f72d6e8dfd7975c4f407e5d531c52b865b3e2a72d755798ac908dcfc22d6815e
source = https://framabag.org/wallabag-release-2.1.4.tar.gz
sha256sums = eb64205a4d7c161527edd08bed22e8dd9799fe8a4130c5964c18cba3a94c9768
pkgname = wallabag

View file

@ -1,7 +1,7 @@
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
pkgname=wallabag
pkgver=2.1.3
pkgver=2.1.4
pkgrel=1
pkgdesc='Self hostable application for saving web pages'
arch=('any')
@ -21,8 +21,9 @@ optdepends=(
)
install="$pkgname.install"
options=(!strip)
source=("${pkgname}.tar.xz::http://wllbg.org/latest-v2-package")
sha256sums=('f72d6e8dfd7975c4f407e5d531c52b865b3e2a72d755798ac908dcfc22d6815e')
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')
backup=("etc/webapps/${pkgname}/parameters.yml"
"usr/share/webapps/${pkgname}/parameters.yml"
"var/lib/${pkgname}/data/db/wallabag.sqlite"