From e65a13ef406c156e525432640b7462ded9a3d071 Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Fri, 17 Oct 2025 21:11:41 +0200 Subject: [PATCH] upgpkg: calibre-prebuild-8.13.0-1: new upstream release --- .SRCINFO | 17 +++++++++-------- .nvchecker.toml | 2 +- PKGBUILD | 15 +++++++-------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6198242..7b0fdc3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,20 +1,21 @@ -pkgbase = calibre-bin +pkgbase = calibre-prebuild pkgdesc = Ebook management application - pkgver = 8.12.0 + pkgver = 8.13.0 pkgrel = 1 url = https://download.calibre-ebook.com arch = x86_64 license = GPL-3.0-only - provides = calibre=8.12.0 - conflicts = calibre - conflicts = calibre-git + provides = calibre + conflicts = calibre-prebuild + conflicts = calibre-prebuild + conflicts = calibre-prebuild options = !strip source = share.tar.xz - source = https://download.calibre-ebook.com/8.12.0/calibre-8.12.0-x86_64.txz + source = https://download.calibre-ebook.com/8.13.0/calibre-8.13.0-x86_64.txz b2sums = e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512 - b2sums = 74cd1643a5e170626c373211a3efa577ecd2b0681a8cda21a0cfeb29ed0e6bf7b98095f85b9d57fd842c7c3bf067990ba5b5fbc0f65d6097b1b1c9bb11579e1a + b2sums = 840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925 -pkgname = calibre-bin +pkgname = calibre-prebuild depends = alsa-lib depends = bash depends = brotli diff --git a/.nvchecker.toml b/.nvchecker.toml index 0c5e9ff..28703f6 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,4 +1,4 @@ -[calibre-bin] +[calibre-prebuild] source = "git" git = "https://github.com/kovidgoyal/calibre.git" prefix = "v" diff --git a/PKGBUILD b/PKGBUILD index b6c7541..abc25d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christian Schendel # Contributor: Alex Potapenko -pkgname=calibre-bin -pkgver=8.12.0 +pkgname=calibre-prebuild +pkgver=8.13.0 pkgrel=1 pkgdesc="Ebook management application" arch=( @@ -12,12 +12,11 @@ url="https://download.calibre-ebook.com" license=( GPL-3.0-only ) -provides=( - "calibre=$pkgver" -) +provides=("${pkgname%-prebuild}") conflicts=( - calibre - calibre-git + "${pkgname%-git}" + "${pkgname-git}" + "${pkgname-bin}" ) options=('!strip') # Sources @@ -29,7 +28,7 @@ source=( "${url}/${pkgver}/calibre-${pkgver}-x86_64.txz" ) b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512' - '74cd1643a5e170626c373211a3efa577ecd2b0681a8cda21a0cfeb29ed0e6bf7b98095f85b9d57fd842c7c3bf067990ba5b5fbc0f65d6097b1b1c9bb11579e1a') + '840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925') prepare() { # don't want the sources symlinks in the final tarball