Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
readest
Commits:
0fc07dbb by Sven-Hendrik Haase at 2025-11-01T16:37:45+01:00
upgpkg: 0.9.91-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = readest
pkgdesc = Modern, feature-rich ebook reader
- pkgver = 0.9.88
+ pkgver = 0.9.91
pkgrel = 1
url = https://github.com/readest/readest
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = readest
depends = webkit2gtk-4.1
depends = gst-plugins-good
options = !lto
- source = git+https://github.com/readest/readest.git#tag=v0.9.88
- sha256sums =
8c0829d6dc32060d6dc5c5a80f0b2e5a9002bad22130c2e0ff037b452b155c12
+ source = git+https://github.com/readest/readest.git#tag=v0.9.91
+ sha256sums =
2c8e00dc4c8fcf2d687e2bb90b1b17b199678bdcc05fb36b0bfbce6f00803c33
pkgname = readest
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: MareDevi <maredevi at foxmail dot com>
pkgname=readest
_Packagename=Readest
-pkgver=0.9.88
+pkgver=0.9.91
pkgrel=1
pkgdesc="Modern, feature-rich ebook reader"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('cairo' 'desktop-file-utils' 'gcc-libs'
'gdk-pixbuf2' 'glib2' 'glibc' '
'hicolor-icon-theme' 'libsoup3' 'openssl' 'pango' 'webkit2gtk-4.1'
'gst-plugins-good')
makedepends=('git' 'openssl' 'librsvg' 'pnpm' 'npm' 'nodejs' 'rust')
source=("git+https://github.com/readest/readest.git#tag=v$pkgver")
-sha256sums=('8c0829d6dc32060d6dc5c5a80f0b2e5a9002bad22130c2e0ff037b452b155c12')
+sha256sums=('2c8e00dc4c8fcf2d687e2bb90b1b17b199678bdcc05fb36b0bfbce6f00803c33')
options=(!lto) # Disable Link Time Optimization. Otherwise build fails with
some 'cc' linking error.
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/readest/-/commit/0fc07dbb880bf1c3aecf6195fd1d0a1f21451616
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/readest/-/commit/0fc07dbb880bf1c3aecf6195fd1d0a1f21451616
You're receiving this email because of your account on gitlab.archlinux.org.