v2023.05.1

This commit is contained in:
Nemo 2023-06-02 18:37:31 +05:30
parent 761f32921b
commit 7e78372052
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 = 2023.05
pkgver = 2023.05.1
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-v2023.05.AppImage
noextract = koreader-appimage-x86_64-linux-gnu-v2023.05.1.AppImage
options = !strip
source = https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2023.05.AppImage
sha512sums = 3ef9224062d176f9335ce5032970abc0a4b95cb059233db9fe1ba8e7e8a8ab6af89437353a91ece7f44b5bd00f050f1842eeff4096f73e10a89658b2f6046f60
source = https://ota.koreader.rocks/koreader-appimage-x86_64-linux-gnu-v2023.05.1.AppImage
sha512sums = be63fc84c2f9622434733eb5ccd7d2bb1d54c55ee9d22a6b6214d0449353f06ff02bfdc923119ddc271ece33019273358b34ae30de7926d85d6156b0c0d17527
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=2023.05
pkgver=2023.05.1
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=('3ef9224062d176f9335ce5032970abc0a4b95cb059233db9fe1ba8e7e8a8ab6af89437353a91ece7f44b5bd00f050f1842eeff4096f73e10a89658b2f6046f60')
sha512sums=('be63fc84c2f9622434733eb5ccd7d2bb1d54c55ee9d22a6b6214d0449353f06ff02bfdc923119ddc271ece33019273358b34ae30de7926d85d6156b0c0d17527')
prepare() {
cd "${srcdir}"