This commit is contained in:
Nemo 2021-08-22 00:57:55 +05:30
parent 75366d521c
commit 881bbd67d7
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = koreader-appimage
pkgdesc = An ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats.
pkgver = 2021.07
pkgver = 2021.08
pkgrel = 1
url = https://koreader.rocks/
install = koreader-appimage.install
@ -8,9 +8,9 @@ pkgbase = koreader-appimage
license = AGPL3
makedepends = p7zip
depends = zlib
noextract = koreader-appimage-x86_64-linux-gnu-v2021.07.AppImage
noextract = koreader-appimage-x86_64-linux-gnu-v2021.08.AppImage
options = !strip
source = https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2021.07.AppImage
sha512sums = ca0085a26a13bc72a2316007adc032fc3964b299c0420bcea0571ac47ed49e0ac36cb946f628a911f262f7081da08d3d327bbf74e7267f2768721a670ae1af99
source = https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2021.08.AppImage
sha512sums = e973ddc9f0cf0bd31940682fbcc21c8ccb963d7b7d0a9591601307edf61dcf532463d32847975a61c6e7466f61198c3de1e065ac0b7ab41cc0d53ff2c60c87f7
pkgname = koreader-appimage

View File

@ -6,7 +6,7 @@
# 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.
pkgname=koreader-appimage
pkgver=2021.07
pkgver=2021.08
pkgrel=1
pkgdesc="An ebook reader supporting PDF, DjVu, EPUB, FB2 and many more formats."
@ -20,7 +20,7 @@ noextract=("$_filename")
options=('!strip')
install=${pkgname}.install
source=("https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v$pkgver.AppImage")
sha512sums=('ca0085a26a13bc72a2316007adc032fc3964b299c0420bcea0571ac47ed49e0ac36cb946f628a911f262f7081da08d3d327bbf74e7267f2768721a670ae1af99')
sha512sums=('e973ddc9f0cf0bd31940682fbcc21c8ccb963d7b7d0a9591601307edf61dcf532463d32847975a61c6e7466f61198c3de1e065ac0b7ab41cc0d53ff2c60c87f7')
prepare() {
cd "${srcdir}"