diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 7ec8d284385..c8fb0c2c0f3 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,6 +1,6 @@ # Template file for 'calibre' pkgname=calibre -version=2.61.0 +version=2.62.0 revision=1 hostmakedepends="qt5-qmake python-devel pkg-config python-dateutil python-lxml python-Pillow @@ -21,7 +21,7 @@ maintainer="Andrea Brancaleoni " license="GPL-3" homepage="https://calibre-ebook.com" distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz" -checksum=a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7 +checksum=ca4e7b13bfbf3950e32c91d163bd31a310fb386375d4c02f4bde8dd7b49b1a97 nocross=yes pycompile_version="2.7" diff --git a/srcpkgs/calibre/update b/srcpkgs/calibre/update index 7c36eb74491..8839502a598 100644 --- a/srcpkgs/calibre/update +++ b/srcpkgs/calibre/update @@ -1,2 +1,2 @@ -site="https://calibre-ebook.com/whats-new" -pattern='Release:\s*\K([\d\.]+)' +site="https://api.github.com/repos/kovidgoyal/calibre/tags" +pattern='"name":\s*"v\K[\w.]+(?=")'