upgpkg: calibre-prebuild-8.13.0-1: new upstream release
This commit is contained in:
parent
f0890695e1
commit
e65a13ef40
3 changed files with 17 additions and 17 deletions
17
.SRCINFO
17
.SRCINFO
|
|
@ -1,20 +1,21 @@
|
||||||
pkgbase = calibre-bin
|
pkgbase = calibre-prebuild
|
||||||
pkgdesc = Ebook management application
|
pkgdesc = Ebook management application
|
||||||
pkgver = 8.12.0
|
pkgver = 8.13.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=8.12.0
|
provides = calibre
|
||||||
conflicts = calibre
|
conflicts = calibre-prebuild
|
||||||
conflicts = calibre-git
|
conflicts = calibre-prebuild
|
||||||
|
conflicts = calibre-prebuild
|
||||||
options = !strip
|
options = !strip
|
||||||
source = share.tar.xz
|
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 = e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512
|
||||||
b2sums = 74cd1643a5e170626c373211a3efa577ecd2b0681a8cda21a0cfeb29ed0e6bf7b98095f85b9d57fd842c7c3bf067990ba5b5fbc0f65d6097b1b1c9bb11579e1a
|
b2sums = 840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925
|
||||||
|
|
||||||
pkgname = calibre-bin
|
pkgname = calibre-prebuild
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
depends = bash
|
depends = bash
|
||||||
depends = brotli
|
depends = brotli
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[calibre-bin]
|
[calibre-prebuild]
|
||||||
source = "git"
|
source = "git"
|
||||||
git = "https://github.com/kovidgoyal/calibre.git"
|
git = "https://github.com/kovidgoyal/calibre.git"
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
|
|
||||||
15
PKGBUILD
15
PKGBUILD
|
|
@ -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-bin
|
pkgname=calibre-prebuild
|
||||||
pkgver=8.12.0
|
pkgver=8.13.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Ebook management application"
|
pkgdesc="Ebook management application"
|
||||||
arch=(
|
arch=(
|
||||||
|
|
@ -12,12 +12,11 @@ url="https://download.calibre-ebook.com"
|
||||||
license=(
|
license=(
|
||||||
GPL-3.0-only
|
GPL-3.0-only
|
||||||
)
|
)
|
||||||
provides=(
|
provides=("${pkgname%-prebuild}")
|
||||||
"calibre=$pkgver"
|
|
||||||
)
|
|
||||||
conflicts=(
|
conflicts=(
|
||||||
calibre
|
"${pkgname%-git}"
|
||||||
calibre-git
|
"${pkgname-git}"
|
||||||
|
"${pkgname-bin}"
|
||||||
)
|
)
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
# Sources
|
# Sources
|
||||||
|
|
@ -29,7 +28,7 @@ source=(
|
||||||
"${url}/${pkgver}/calibre-${pkgver}-x86_64.txz"
|
"${url}/${pkgver}/calibre-${pkgver}-x86_64.txz"
|
||||||
)
|
)
|
||||||
b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512'
|
b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512'
|
||||||
'74cd1643a5e170626c373211a3efa577ecd2b0681a8cda21a0cfeb29ed0e6bf7b98095f85b9d57fd842c7c3bf067990ba5b5fbc0f65d6097b1b1c9bb11579e1a')
|
'840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# don't want the sources symlinks in the final tarball
|
# don't want the sources symlinks in the final tarball
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue