Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
readest
Commits:
3f2c97a1 by Sven-Hendrik Haase at 2025-07-28T12:28:24+02:00
upgpkg: 0.9.67-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = readest
pkgdesc = Modern, feature-rich ebook reader
- pkgver = 0.9.66
+ pkgver = 0.9.67
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.66
- sha256sums =
f3c6db64093a0888c9cf1355e1ee7a11e81274c81cfca1fd99431e9591f02203
+ source = git+https://github.com/readest/readest.git#tag=v0.9.67
+ sha256sums =
25aebe4e900e5ff46644a43af80fd429d83d391b419075dd40b0b218b1b24168
pkgname = readest
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: MareDevi <maredevi at foxmail dot com>
pkgname=readest
_Packagename=Readest
-pkgver=0.9.66
+pkgver=0.9.67
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=('f3c6db64093a0888c9cf1355e1ee7a11e81274c81cfca1fd99431e9591f02203')
+sha256sums=('25aebe4e900e5ff46644a43af80fd429d83d391b419075dd40b0b218b1b24168')
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/3f2c97a15521e97614d9e5c79da478ae34e04523
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/readest/-/commit/3f2c97a15521e97614d9e5c79da478ae34e04523
You're receiving this email because of your account on gitlab.archlinux.org.