upgpkg: calibre-bin-8.14.0-1: new upstream release

This commit is contained in:
Christian Schendel 2025-11-08 11:33:24 +01:00
parent e65a13ef40
commit 2000b44129
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 16 additions and 14 deletions

View file

@ -1,21 +1,22 @@
pkgbase = calibre-prebuild pkgbase = calibre-bin
pkgdesc = Ebook management application pkgdesc = Ebook management application
pkgver = 8.13.0 pkgver = 8.14.0
pkgrel = 1 pkgrel = 1
url = https://download.calibre-ebook.com url = https://download.calibre-ebook.com
arch = x86_64 arch = x86_64
license = GPL-3.0-only license = GPL-3.0-only
provides = calibre provides = calibre
conflicts = calibre-prebuild conflicts = calibre-bin
conflicts = calibre-prebuild conflicts = calibre-bin
conflicts = calibre-prebuild conflicts = calibre-bin
conflicts = calibre-bin
options = !strip options = !strip
source = share.tar.xz source = share.tar.xz
source = https://download.calibre-ebook.com/8.13.0/calibre-8.13.0-x86_64.txz source = https://download.calibre-ebook.com/8.14.0/calibre-8.14.0-x86_64.txz
b2sums = e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512 b2sums = e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512
b2sums = 840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925 b2sums = dee892f31379878678fcfb39d356b33b77c115f21e4e550022d04bcfe880d088426f438ec496e877aaadcc10139d69ab70c8e622965c9efe84b01dbecc668ef9
pkgname = calibre-prebuild pkgname = calibre-bin
depends = alsa-lib depends = alsa-lib
depends = bash depends = bash
depends = brotli depends = brotli

View file

@ -1,4 +1,4 @@
[calibre-prebuild] [calibre-bin]
source = "git" source = "git"
git = "https://github.com/kovidgoyal/calibre.git" git = "https://github.com/kovidgoyal/calibre.git"
prefix = "v" prefix = "v"

View file

@ -1,8 +1,8 @@
# Maintainer: Christian Schendel <doppelhelix@gmail.com> # Maintainer: Christian Schendel <doppelhelix@gmail.com>
# Contributor: Alex Potapenko <opotapenko@gmail.com> # Contributor: Alex Potapenko <opotapenko@gmail.com>
pkgname=calibre-prebuild pkgname=calibre-bin
pkgver=8.13.0 pkgver=8.14.0
pkgrel=1 pkgrel=1
pkgdesc="Ebook management application" pkgdesc="Ebook management application"
arch=( arch=(
@ -12,11 +12,12 @@ url="https://download.calibre-ebook.com"
license=( license=(
GPL-3.0-only GPL-3.0-only
) )
provides=("${pkgname%-prebuild}") provides=("${pkgname%-bin}")
conflicts=( conflicts=(
"${pkgname%-git}" "${pkgname%-git}"
"${pkgname-git}"
"${pkgname-bin}" "${pkgname-bin}"
"${pkgname-git}"
"${pkgname-prebuild}"
) )
options=('!strip') options=('!strip')
# Sources # Sources
@ -28,7 +29,7 @@ source=(
"${url}/${pkgver}/calibre-${pkgver}-x86_64.txz" "${url}/${pkgver}/calibre-${pkgver}-x86_64.txz"
) )
b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512' b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512'
'840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925') 'dee892f31379878678fcfb39d356b33b77c115f21e4e550022d04bcfe880d088426f438ec496e877aaadcc10139d69ab70c8e622965c9efe84b01dbecc668ef9')
prepare() { prepare() {
# don't want the sources symlinks in the final tarball # don't want the sources symlinks in the final tarball