Update to upstream version 1.9
This commit is contained in:
parent
74166af94d
commit
c8f9dd9314
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,21 +1,21 @@
|
||||||
pkgbase = wallabag
|
pkgbase = wallabag
|
||||||
pkgdesc = Self hostable application for saving web pages
|
pkgdesc = Self hostable application for saving web pages
|
||||||
pkgver = 1.8.1b
|
pkgver = 1.9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.wallabag.org/
|
url = http://www.wallabag.org/
|
||||||
install = wallabag.install
|
install = wallabag.install
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = php>=5.3
|
depends = php>=5.3.3
|
||||||
depends = php-tidy
|
depends = php-tidy
|
||||||
depends = pcre
|
depends = pcre
|
||||||
optdepends = mariadb: For MySQL storage
|
optdepends = mariadb: For MySQL storage
|
||||||
optdepends = php-sqlite: For sqlite storage
|
optdepends = php-sqlite: For sqlite storage
|
||||||
optdepends = php-pgsql: For postgres storage
|
optdepends = php-pgsql: For postgres storage
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://github.com/wallabag/wallabag/archive/1.8.1b.tar.gz
|
source = https://github.com/wallabag/wallabag/archive/1.9.tar.gz
|
||||||
source = vendor.zip::http://wllbg.org/vendor
|
source = vendor.zip::http://wllbg.org/vendor
|
||||||
sha256sums = 03a07e7e34565892a75d0fcb7c7f693d8318f69fd216b984005b6a7aa8640761
|
sha256sums = 3a1959a1bac161578d8d4e037d34c2ffaac0f3ecfdb72b6940f2b75a45812dfd
|
||||||
sha256sums = bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12
|
sha256sums = bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12
|
||||||
|
|
||||||
pkgname = wallabag
|
pkgname = wallabag
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,19 +1,19 @@
|
||||||
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
|
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
|
||||||
|
|
||||||
pkgname=wallabag
|
pkgname=wallabag
|
||||||
pkgver=1.8.1b
|
pkgver=1.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Self hostable application for saving web pages'
|
pkgdesc='Self hostable application for saving web pages'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://www.wallabag.org/'
|
url='http://www.wallabag.org/'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('php>=5.3' 'php-tidy' 'pcre')
|
depends=('php>=5.3.3' 'php-tidy' 'pcre')
|
||||||
optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage')
|
optdepends=('mariadb: For MySQL storage' 'php-sqlite: For sqlite storage' 'php-pgsql: For postgres storage')
|
||||||
install="$pkgname.install"
|
install="$pkgname.install"
|
||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("https://github.com/wallabag/wallabag/archive/${pkgver}.tar.gz"
|
source=("https://github.com/wallabag/wallabag/archive/${pkgver}.tar.gz"
|
||||||
"vendor.zip::http://wllbg.org/vendor")
|
"vendor.zip::http://wllbg.org/vendor")
|
||||||
sha256sums=('03a07e7e34565892a75d0fcb7c7f693d8318f69fd216b984005b6a7aa8640761'
|
sha256sums=('3a1959a1bac161578d8d4e037d34c2ffaac0f3ecfdb72b6940f2b75a45812dfd'
|
||||||
'bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12')
|
'bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue