Skip to content

Commit

Permalink
Update KOReader to version 2020.10 (#125)
Browse files Browse the repository at this point in the history
Contains rM-specific fixes: koreader/koreader#6772,
koreader/koreader#6676, koreader/koreader#6769.

This also fixes the issue with the nightly versioning scheme.
  • Loading branch information
matteodelabre committed Oct 13, 2020
1 parent 1f02be2 commit cb92a9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package/koreader/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
pkgname=koreader
pkgdesc="An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats"
url=https://github.com/koreader/koreader
pkgver=2020.09-53-1
timestamp=2020-10-09T06:43Z
pkgver=2020.10-1
timestamp=2020-10-10T20:13Z
section=readers
maintainer="raisjn <of.raisjn@gmail.com>"
license=AGPL-3.0-or-later

source=("https://build.koreader.rocks/download/nightly/v${pkgver%-[[:alnum:]]*}-gb8fa553_${timestamp:0:10}/koreader-remarkable-v${pkgver%-[[:alnum:]]*}-gb8fa553_${timestamp:0:10}.zip")
sha256sums=(51052d0f45617009aebbeb964c5c9ab4ab329dce710fa894715a94217db297d9)
_srcver="v${pkgver%-*}"
source=("https://build.koreader.rocks/download/stable/$_srcver/koreader-remarkable-$_srcver.zip")
sha256sums=(a646c52e22c2ea47aa8b4677cc8060b979dcbadb718ce111ad8489233780da10)

package() {
install -d "$pkgdir"/opt/koreader
Expand Down

0 comments on commit cb92a9a

Please sign in to comment.