Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calibre: update to 4.21.0
@ 2020-07-22 22:20 skmpz
  2020-07-22 22:35 ` [PR PATCH] [Updated] " skmpz
  2020-07-23 13:26 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: skmpz @ 2020-07-22 22:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

There is a new pull request by skmpz against master on the void-packages repository

https://github.com/skmpz/void-packages calibre-4.21.0
https://github.com/void-linux/void-packages/pull/23754

calibre: update to 4.21.0


A patch file from https://github.com/void-linux/void-packages/pull/23754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-4.21.0-23754.patch --]
[-- Type: text/x-diff, Size: 1442 bytes --]

From b445b684d656cae0cdfd15b5d77eed32cb24af04 Mon Sep 17 00:00:00 2001
From: sk <dem.procopiou@gmail.com>
Date: Thu, 23 Jul 2020 02:18:19 +0400
Subject: [PATCH] calibre: update to 4.21.0

---
 srcpkgs/calibre/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 1283d9cd819..fdb2efed232 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=4.19.0
-revision=2
+version=4.21.0
+revision=1
 build_style=python2-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python-BeautifulSoup4 python-Pillow python-PyQt5-svg
@@ -20,12 +20,12 @@ depends="desktop-file-utils optipng poppler-utils python-BeautifulSoup4
  qt5-webengine python-ipaddress"
 checkdepends="${depends} libjpeg-turbo-tools jxrlib"
 short_desc="Ebook management application"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="sk <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=9dac6cad3b70a91316de99e187ef5ac7cbc273bb926aa8374235657e7531f2ce
+checksum=aa0cb9d5f3cbc85735f8c13bea1ec1268ba4bf00816f621b0385ab011c99e8c3
 nocross=yes
 
 do_configure() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] calibre: update to 4.21.0
  2020-07-22 22:20 [PR PATCH] calibre: update to 4.21.0 skmpz
@ 2020-07-22 22:35 ` skmpz
  2020-07-23 13:26 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: skmpz @ 2020-07-22 22:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is an updated pull request by skmpz against master on the void-packages repository

https://github.com/skmpz/void-packages calibre-4.21.0
https://github.com/void-linux/void-packages/pull/23754

calibre: update to 4.21.0


A patch file from https://github.com/void-linux/void-packages/pull/23754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calibre-4.21.0-23754.patch --]
[-- Type: text/x-diff, Size: 1445 bytes --]

From 0652028a6877824836ef459599102b7ff7987c63 Mon Sep 17 00:00:00 2001
From: sk <dem.procopiou@gmail.com>
Date: Thu, 23 Jul 2020 02:18:19 +0400
Subject: [PATCH] calibre: update to 4.21.0

---
 srcpkgs/calibre/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 1283d9cd819..3f72bc5613b 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,7 +1,7 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=4.19.0
-revision=2
+version=4.21.0
+revision=1
 build_style=python2-module
 pycompile_dirs="/usr/lib/calibre/"
 hostmakedepends="pkg-config python-BeautifulSoup4 python-Pillow python-PyQt5-svg
@@ -20,12 +20,12 @@ depends="desktop-file-utils optipng poppler-utils python-BeautifulSoup4
  qt5-webengine python-ipaddress"
 checkdepends="${depends} libjpeg-turbo-tools jxrlib"
 short_desc="Ebook management application"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.yaml"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=9dac6cad3b70a91316de99e187ef5ac7cbc273bb926aa8374235657e7531f2ce
+checksum=aa0cb9d5f3cbc85735f8c13bea1ec1268ba4bf00816f621b0385ab011c99e8c3
 nocross=yes
 
 do_configure() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: calibre: update to 4.21.0
  2020-07-22 22:20 [PR PATCH] calibre: update to 4.21.0 skmpz
  2020-07-22 22:35 ` [PR PATCH] [Updated] " skmpz
@ 2020-07-23 13:26 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-23 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

calibre: update to 4.21.0
https://github.com/void-linux/void-packages/pull/23754

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-23 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 22:20 [PR PATCH] calibre: update to 4.21.0 skmpz
2020-07-22 22:35 ` [PR PATCH] [Updated] " skmpz
2020-07-23 13:26 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).