summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorczyt2025-01-06 09:48:06 +0800
committerczyt2025-01-06 09:48:06 +0800
commitc732a4063d1a5219024d8b89cf010b9b71f55e07 (patch)
treec6545167ebea3bac6b5bf37790f852630b4458bc
parentfc0e44f1971c90a5708e2ef918b84fabb0cf8a03 (diff)
downloadaur-readest-bin.tar.gz
bump version to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc32e5a9462d..7f7dbba693a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = readest-bin
pkgdesc = A reader application for EPUB files (AppImage version)
- pkgver = 0.8.8
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/chrox/readest
arch = x86_64
- license = unknown
+ license = AGPL-3.0
depends = fuse2
depends = appmenu-gtk-module
depends = gtk3
@@ -14,7 +14,7 @@ pkgbase = readest-bin
provides = readest
conflicts = readest
options = !strip
- source = https://github.com/chrox/readest/releases/download/v0.8.8/Readest_0.8.8_amd64.AppImage
+ source = https://github.com/chrox/readest/releases/download/v0.9.0/Readest_0.9.0_amd64.AppImage
sha256sums = 8b125e02ae90ef2f65edffc7a73c25f021f47ee6cf1fcc1730c7f044bd6afb55
pkgname = readest-bin
diff --git a/PKGBUILD b/PKGBUILD
index c876772daf23..282b60f4d74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: czyt<czytcn@gmail.com>
pkgname=readest-bin
-pkgver=0.8.8
+pkgver=0.9.0
pkgrel=1
pkgdesc="A reader application for EPUB files (AppImage version)"
arch=('x86_64')
url="https://github.com/chrox/readest"
-license=('unknown')
+license=('AGPL-3.0')
depends=(
'fuse2'
'appmenu-gtk-module'