<div dir="ltr"><div>Hello,</div><div><br></div><div>Apologies if this is not the correct way to submit non-bug related patches. <br></div><div><br></div><div>coolreader was flagged as out-of-date on 2020-10-28. I just built version 3.2.51 from an updated PKGBUILD and it runs fine. Below patch against the ABS package git tree (acquired via asp checkout coolreader) applies the update:</div><div> diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD<br>index d9daae5..ca576e5 100644<br>--- a/trunk/PKGBUILD<br>+++ b/trunk/PKGBUILD<br>@@ -2,7 +2,7 @@<br> # Contributor: Ivan Naumeiko <Ivan.Naumeiko  AT gmail DOT com><br> <br> pkgname=coolreader<br>-pkgver=3.2.49<br>+pkgver=3.2.51<br> pkgrel=1<br> pkgdesc="Fast and small XML/CSS based eBook reader"<br> arch=(x86_64)<br>@@ -12,7 +12,7 @@ depends=(hicolor-icon-theme qt5-base)<br> makedepends=(cmake qt5-tools)<br> source=(<a href="https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz">https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz</a><br>         cr3.appdata.xml)<br>-sha256sums=('7354bfc78d1b2899dcb35ae73b19ab7a622bedc2d6a9d62831f249537590bfc6'<br>+sha256sums=('f5aca183855bcf4dc87b1764e15af3ba9dc5fdbe2e7c8b4c0f513b12f6b2a840'<br>             '9d868cfd61b686b5a398797819367f16d7a65f1f5420441fb34c8d39236f7382')<br> <br> prepare() {</div><div><br></div><div>I'm trying to monitor upstream a little more carefully, since I opened a couple of PRs with them.</div><div><br></div><div>Cheers,</div><div>Andy<br></div></div>