This commit is contained in:
Nemo 2019-06-22 10:31:09 +05:30
parent a0797e1a75
commit 5f08ce28dc
2 changed files with 8 additions and 8 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.05 pkgver = 2019.06
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.05.AppImage noextract = koreader-appimage-x86_64-linux-gnu-v2019.06.AppImage
options = !strip options = !strip
source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.05.AppImage source = http://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2019.06.AppImage
sha256sums = 831f4d762f17ecf86b6ed7db06581ad559793fcaf2dc4278d50a8f14067df822 sha256sums = 5be37cb8f2f3f2ce992a7461b10bf88685dac39606f2679d24ce22a352a3947e
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.05 pkgver=2019.06
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,7 +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=('831f4d762f17ecf86b6ed7db06581ad559793fcaf2dc4278d50a8f14067df822') sha256sums=('5be37cb8f2f3f2ce992a7461b10bf88685dac39606f2679d24ce22a352a3947e')
prepare() { prepare() {