This commit is contained in:
Nemo 2018-12-06 17:20:58 +05:30
parent 294eebc8c0
commit 1bf7ca2726
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = koreader-appimage pkgbase = koreader-appimage
pkgdesc = An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats pkgdesc = An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats
pkgver = 2018.11 pkgver = 2018.12
pkgrel = 1 pkgrel = 1
url = http://koreader.rocks/ url = http://koreader.rocks/
install = koreader-appimage.install install = koreader-appimage.install
@ -8,10 +8,10 @@ pkgbase = koreader-appimage
license = AGPL3 license = AGPL3
makedepends = p7zip makedepends = p7zip
depends = zlib depends = zlib
noextract = koreader-appimage-x86_64-linux-gnu-v2018.11.1.AppImage noextract = koreader-appimage-x86_64-linux-gnu-v2018.12.AppImage
options = !strip options = !strip
source = https://github.com/koreader/koreader/releases/download/v2018.11/koreader-appimage-x86_64-linux-gnu-v2018.11.1.AppImage source = https://github.com/koreader/koreader/releases/download/v2018.12/koreader-appimage-x86_64-linux-gnu-v2018.12.AppImage
sha256sums = 796348d3742d05fe4955c10f398a75bc5534056407b87544ca4d60cce39feca7 sha256sums = b73781016dcb1fa5ef25c580bd1b11edfb8fc5ef702f0ee3f001eaa201358122
pkgname = koreader-appimage pkgname = koreader-appimage

View File

@ -6,7 +6,7 @@
# We grab koreader.png and koreader.desktop from the AppImage, patch the koreader.desktop, # We grab koreader.png and koreader.desktop from the AppImage, patch the koreader.desktop,
# and install them as we would other apps, for convenience sake. # and install them as we would other apps, for convenience sake.
pkgname=koreader-appimage pkgname=koreader-appimage
pkgver=2018.11 pkgver=2018.12
pkgrel=1 pkgrel=1
pkgdesc="An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats" pkgdesc="An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats"
@ -15,12 +15,12 @@ depends=('zlib')
makedepends=('p7zip') makedepends=('p7zip')
url="http://koreader.rocks/" url="http://koreader.rocks/"
license=('AGPL3') license=('AGPL3')
_filename='koreader-appimage-x86_64-linux-gnu-v2018.11.1.AppImage' _filename='koreader-appimage-x86_64-linux-gnu-v2018.12.AppImage'
noextract=("$_filename") noextract=("$_filename")
options=('!strip') options=('!strip')
install=${pkgname}.install install=${pkgname}.install
source=("https://github.com/koreader/koreader/releases/download/v2018.11/$_filename") source=("https://github.com/koreader/koreader/releases/download/v2018.12/$_filename")
sha256sums=('627eb8265bd90850d9423190793aee88c7927374d8a5e56c4bffbe0725f26e84') sha256sums=('b73781016dcb1fa5ef25c580bd1b11edfb8fc5ef702f0ee3f001eaa201358122')
prepare() { prepare() {