Update coolreader to 3.2.51

Message ID CAHVfhudc9D1q-zyCpAzAFW0oJsycXOKR3YncNhqZ5j460+ugmw@mail.gmail.com
State Deferred
Headers show
Series Update coolreader to 3.2.51 | expand

Commit Message

Andy Mender Dec. 13, 2020, 6:01 p.m. UTC
Hello,

Apologies if this is not the correct way to submit non-bug related patches.

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:

 prepare() {

I'm trying to monitor upstream a little more carefully, since I opened a
couple of PRs with them.

Cheers,
Andy

Comments

Eli Schwartz Dec. 13, 2020, 6:10 p.m. UTC | #1
On 12/13/20 1:01 PM, Andy Mender wrote:
> Hello,
> 
> Apologies if this is not the correct way to submit non-bug related patches.

This is a development list for discussion about the pacman-contrib 
source code.
https://git.archlinux.org/pacman-contrib.git/about/

> 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:

The ABS package git tree has no relation to the programs developed as 
part of pacman-contrib.

The package maintainer for the package you are interested in, will 
likely get around to updating the package whenever that person has time. 
You could try directly emailing a maintainer at the email address listed 
on the first line in the "# Maintainer: ..." comment, to ask if there is 
some holdup.

Patch

diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD
index d9daae5..ca576e5 100644
--- a/trunk/PKGBUILD
+++ b/trunk/PKGBUILD
@@ -2,7 +2,7 @@ 
 # Contributor: Ivan Naumeiko <Ivan.Naumeiko  AT gmail DOT com>

 pkgname=coolreader
-pkgver=3.2.49
+pkgver=3.2.51
 pkgrel=1
 pkgdesc="Fast and small XML/CSS based eBook reader"
 arch=(x86_64)
@@ -12,7 +12,7 @@  depends=(hicolor-icon-theme qt5-base)
 makedepends=(cmake qt5-tools)
 source=(
https://github.com/buggins/coolreader/archive/cr$pkgver/$pkgname-$pkgver.tar.gz
         cr3.appdata.xml)
-sha256sums=('7354bfc78d1b2899dcb35ae73b19ab7a622bedc2d6a9d62831f249537590bfc6'
+sha256sums=('f5aca183855bcf4dc87b1764e15af3ba9dc5fdbe2e7c8b4c0f513b12f6b2a840'

 '9d868cfd61b686b5a398797819367f16d7a65f1f5420441fb34c8d39236f7382')