Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
calibre
Commits:
ce08607e by Antonio Rojas at 2025-02-07T21:43:21+01:00
upgpkg: 7.25.0-1: Update to 7.25.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = calibre
pkgdesc = Ebook management application
- pkgver = 7.24.0
- pkgrel = 2
+ pkgver = 7.25.0
+ pkgrel = 1
url = https://calibre-ebook.com
arch = x86_64
license = GPL-3.0-only
@@ -74,10 +74,10 @@ pkgbase = calibre
conflicts = calibre-python3
replaces = calibre-common
replaces = calibre-python3
- source = https://download.calibre-ebook.com/7.24.0/calibre-7.24.0.tar.xz
- source = https://calibre-ebook.com/signatures/calibre-7.24.0.tar.xz.sig
+ source = https://download.calibre-ebook.com/7.25.0/calibre-7.25.0.tar.xz
+ source = https://calibre-ebook.com/signatures/calibre-7.25.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- sha256sums =
7edaa2e80358ff0e0275c314033467f463a935b4b3dfa9a735c187bfc7df29b4
+ sha256sums =
05dc579a13729e2271c72c3d4e5cb7e08a8c5641dbd01360181f485743359c4c
sha256sums = SKIP
pkgname = calibre
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
# Contributor: Larry Hajali <[email protected]>
pkgname=calibre
-pkgver=7.24.0
-pkgrel=2
+pkgver=7.25.0
+pkgrel=1
pkgdesc='Ebook management application'
arch=(x86_64)
url=https://calibre-ebook.com
@@ -86,7 +86,7 @@ replaces=("${conflicts[@]}")
_archive="$pkgname-$pkgver"
source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz"
"$url/signatures/$_archive.tar.xz.sig")
-sha256sums=('7edaa2e80358ff0e0275c314033467f463a935b4b3dfa9a735c187bfc7df29b4'
+sha256sums=('05dc579a13729e2271c72c3d4e5cb7e08a8c5641dbd01360181f485743359c4c'
'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New
longer key) <[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/ce08607eba60a62640a8c77ef4cb426b3a084cc7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/ce08607eba60a62640a8c77ef4cb426b3a084cc7
You're receiving this email because of your account on gitlab.archlinux.org.