Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
calibre
Commits:
5e135c01 by Caleb Maclennan at 2025-05-04T12:55:28+03:00
upgpkg: 8.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = calibre
pkgdesc = Ebook management application
- pkgver = 8.0.1
- pkgrel = 3
+ pkgver = 8.3.0
+ pkgrel = 1
url = https://calibre-ebook.com
arch = x86_64
license = GPL-3.0-only
@@ -74,12 +74,10 @@ pkgbase = calibre
conflicts = calibre-python3
replaces = calibre-common
replaces = calibre-python3
- source = https://download.calibre-ebook.com/8.0.1/calibre-8.0.1.tar.xz
- source = https://calibre-ebook.com/signatures/calibre-8.0.1.tar.xz.sig
- source = qt-6.9.patch
+ source = https://download.calibre-ebook.com/8.3.0/calibre-8.3.0.tar.xz
+ source = https://calibre-ebook.com/signatures/calibre-8.3.0.tar.xz.sig
validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
- sha256sums =
a2937a9eb0fb394a92db570496b2ea5b38066a01735385e46993bbd121068d2a
+ sha256sums =
dd1f0d8198a3fc5921eaa3a9da4fcf9ad3ca4fe4baab96c76a06d1508906bcf1
sha256sums = SKIP
- sha256sums =
cba6cfc051fd04778f104497d9e9ae235fc5ad6852794e1abc444a036a1d4c5b
pkgname = calibre
=====================================
PKGBUILD
=====================================
@@ -8,8 +8,8 @@
# Contributor: Larry Hajali <[email protected]>
pkgname=calibre
-pkgver=8.0.1
-pkgrel=3
+pkgver=8.3.0
+pkgrel=1
pkgdesc='Ebook management application'
arch=(x86_64)
url=https://calibre-ebook.com
@@ -85,11 +85,9 @@ conflicts=(calibre-common
replaces=("${conflicts[@]}")
_archive="$pkgname-$pkgver"
source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz"
- "$url/signatures/$_archive.tar.xz.sig"
- qt-6.9.patch)
-sha256sums=('a2937a9eb0fb394a92db570496b2ea5b38066a01735385e46993bbd121068d2a'
- 'SKIP'
- 'cba6cfc051fd04778f104497d9e9ae235fc5ad6852794e1abc444a036a1d4c5b')
+ "$url/signatures/$_archive.tar.xz.sig")
+sha256sums=('dd1f0d8198a3fc5921eaa3a9da4fcf9ad3ca4fe4baab96c76a06d1508906bcf1'
+ 'SKIP')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New
longer key) <[email protected]>
prepare(){
@@ -102,8 +100,6 @@ prepare(){
-i src/calibre/linux.py
# Remove unneeded files
rm -f resources/$pkgname-portable.*
-
- patch -p1 -i ../qt-6.9.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/5e135c014d151f1331539bd52e8f2ee705698833
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/5e135c014d151f1331539bd52e8f2ee705698833
You're receiving this email because of your account on gitlab.archlinux.org.