summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2023-10-31 02:35:37 +0000
committerzzy-ac2023-10-31 02:35:37 +0000
commit89fcc2c689d5e91654637c0e40469ff8830333b1 (patch)
treed08a1f457217057a333fda1542a153b631946bf0
parent0ed7ef42a2a147e1b1a6c3dc2a50d3f09ac3a4f3 (diff)
downloadaur-89fcc2c689d5e91654637c0e40469ff8830333b1.tar.gz
Update AUR package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cfe17758022..45acd1ff2885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = koreader-bin
pkgdesc = An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices
- pkgver = 2023.08
+ pkgver = 2023.10
pkgrel = 1
url = https://github.com/koreader/koreader/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = koreader-bin
depends = sdl2
depends = fonts-noto-hinted
depends = fonts-droid-fallback
- source_x86_64 = https://github.com/koreader/koreader/releases/download/v2023.08/koreader-2023.08-amd64.deb
- sha256sums_x86_64 = 2e0a1f796059060e2d9764ec0cf51173b5cc8345c9d5a7702f0f65ba64c3ac8b
- source_aarch64 = https://github.com/koreader/koreader/releases/download/v2023.08/koreader-2023.08-arm64.deb
- sha256sums_aarch64 = 374169bcaaaf9dcd79f437af245a294a61e856657f9779e899fc174d37287b7f
+ source_x86_64 = https://github.com/koreader/koreader/releases/download/v2023.10/koreader-2023.10-amd64.deb
+ sha256sums_x86_64 = b44cc7434feb6e3a16a9f4ae21ab58f79a588d6345c017810010cd3be6faa925
+ source_aarch64 = https://github.com/koreader/koreader/releases/download/v2023.10/koreader-2023.10-arm64.deb
+ sha256sums_aarch64 = 15aef244da70d12e25ef840cdc1ca702265b8a8930fe2f08846ea10a71680d84
pkgname = koreader-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1ce78c3de7bd..69cfb7d3ee34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zaoqi <zaomir@outlook.com>
pkgname=koreader-bin
-pkgver=2023.08
+pkgver=2023.10
pkgrel=1
pkgdesc="An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices"
arch=("x86_64" 'aarch64')
@@ -10,8 +10,8 @@ license=('AGPL3')
depends=('sdl2' 'fonts-noto-hinted' 'fonts-droid-fallback')
source_x86_64=("https://github.com/koreader/koreader/releases/download/v${pkgver}/koreader-${pkgver}-amd64.deb")
source_aarch64=("https://github.com/koreader/koreader/releases/download/v${pkgver}/koreader-${pkgver}-arm64.deb")
-sha256sums_x86_64=('2e0a1f796059060e2d9764ec0cf51173b5cc8345c9d5a7702f0f65ba64c3ac8b')
-sha256sums_aarch64=('374169bcaaaf9dcd79f437af245a294a61e856657f9779e899fc174d37287b7f')
+sha256sums_x86_64=('b44cc7434feb6e3a16a9f4ae21ab58f79a588d6345c017810010cd3be6faa925')
+sha256sums_aarch64=('15aef244da70d12e25ef840cdc1ca702265b8a8930fe2f08846ea10a71680d84')
build() {
mkdir -p "${srcdir}/dpkgdir"