diff --git a/.SRCINFO b/.SRCINFO index 7b0fdc3..d59a2eb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,21 +1,22 @@ -pkgbase = calibre-prebuild +pkgbase = calibre-bin pkgdesc = Ebook management application - pkgver = 8.13.0 + pkgver = 8.14.0 pkgrel = 1 url = https://download.calibre-ebook.com arch = x86_64 license = GPL-3.0-only provides = calibre - conflicts = calibre-prebuild - conflicts = calibre-prebuild - conflicts = calibre-prebuild + conflicts = calibre-bin + conflicts = calibre-bin + conflicts = calibre-bin + conflicts = calibre-bin options = !strip 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 = 840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925 + b2sums = dee892f31379878678fcfb39d356b33b77c115f21e4e550022d04bcfe880d088426f438ec496e877aaadcc10139d69ab70c8e622965c9efe84b01dbecc668ef9 -pkgname = calibre-prebuild +pkgname = calibre-bin depends = alsa-lib depends = bash depends = brotli diff --git a/.nvchecker.toml b/.nvchecker.toml index 28703f6..0c5e9ff 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,4 +1,4 @@ -[calibre-prebuild] +[calibre-bin] source = "git" git = "https://github.com/kovidgoyal/calibre.git" prefix = "v" diff --git a/PKGBUILD b/PKGBUILD index abc25d4..22de4a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christian Schendel # Contributor: Alex Potapenko -pkgname=calibre-prebuild -pkgver=8.13.0 +pkgname=calibre-bin +pkgver=8.14.0 pkgrel=1 pkgdesc="Ebook management application" arch=( @@ -12,11 +12,12 @@ url="https://download.calibre-ebook.com" license=( GPL-3.0-only ) -provides=("${pkgname%-prebuild}") +provides=("${pkgname%-bin}") conflicts=( "${pkgname%-git}" - "${pkgname-git}" "${pkgname-bin}" + "${pkgname-git}" + "${pkgname-prebuild}" ) options=('!strip') # Sources @@ -28,7 +29,7 @@ source=( "${url}/${pkgver}/calibre-${pkgver}-x86_64.txz" ) b2sums=('e4f5fae13053d05538c96d3be4ddb57bc5d98ecb365036a1afe4cf41e7c9e902ca039b4c7dbb7c1f8f45e53951633e98e1f36f29a192d0ea536067c7c6822512' - '840b0f791763205329c13e5594a11e397fe7d660fae5939e1bf64e24d51524c1201b8b6a7f873c7de72499448c1162eb1b907642c9f6e7ec97159a89a80cd925') + 'dee892f31379878678fcfb39d356b33b77c115f21e4e550022d04bcfe880d088426f438ec496e877aaadcc10139d69ab70c8e622965c9efe84b01dbecc668ef9') prepare() { # don't want the sources symlinks in the final tarball