This commit is contained in:
Nemo 2019-08-11 00:22:51 +05:30
parent 857f0a208b
commit d1e8533846
2 changed files with 8 additions and 9 deletions

View File

@ -1,17 +1,17 @@
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 = 2019.06 pkgver = 2019.08
pkgrel = 2 pkgrel = 1
url = http://koreader.rocks/ url = http://koreader.rocks/
install = koreader-appimage.install install = koreader-appimage.install
arch = x86_64 arch = x86_64
license = AGPL3 license = AGPL3
makedepends = p7zip makedepends = p7zip
depends = zlib depends = zlib
noextract = koreader-appimage-x86_64-linux-gnu-v2019.06.AppImage noextract = koreader-appimage-x86_64-linux-gnu-v2019.08.AppImage
options = !strip options = !strip
source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.06.AppImage source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.08.AppImage
sha256sums = 5be37cb8f2f3f2ce992a7461b10bf88685dac39606f2679d24ce22a352a3947e sha256sums = efa40f3ada074971603555e1c8bce6878f29d515d92e6b46115a5a0969b2dc6b
pkgname = koreader-appimage pkgname = koreader-appimage

View File

@ -6,8 +6,8 @@
# 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=2019.06 pkgver=2019.08
pkgrel=2 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"
arch=('x86_64') arch=('x86_64')
@ -20,8 +20,7 @@ noextract=("$_filename")
options=('!strip') options=('!strip')
install=${pkgname}.install install=${pkgname}.install
source=("http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage") source=("http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage")
sha256sums=('5be37cb8f2f3f2ce992a7461b10bf88685dac39606f2679d24ce22a352a3947e') sha256sums=('efa40f3ada074971603555e1c8bce6878f29d515d92e6b46115a5a0969b2dc6b')
prepare() { prepare() {
cd "${srcdir}" cd "${srcdir}"