Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / calibre
Commits: e507690e by Caleb Maclennan at 2023-10-06T14:02:32+03:00 upgpkg: 6.28.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,72 @@ +pkgbase = calibre + pkgdesc = Ebook management application + pkgver = 6.28.0 + pkgrel = 1 + url = https://calibre-ebook.com + arch = x86_64 + license = GPL3 + makedepends = cmake + makedepends = pyqt-builder + makedepends = rapydscript-ng + makedepends = sip + makedepends = xdg-utils + depends = hunspell + depends = hyphen + depends = icu + depends = jxrlib + depends = libmtp + depends = libstemmer + depends = libusb + depends = libwmf + depends = mathjax + depends = mtdev + depends = optipng + depends = podofo + depends = python-apsw + depends = python-beautifulsoup4 + depends = python-faust-cchardet + depends = python-css-parser + depends = python-cssselect + depends = python-dateutil + depends = python-dnspython + depends = python-feedparser + depends = python-html2text + depends = python-html5-parser + depends = python-jeepney + depends = python-lxml + depends = python-markdown + depends = python-mechanize + depends = python-msgpack + depends = python-netifaces + depends = python-pdftotext + depends = python-pillow + depends = python-psutil + depends = python-py7zr + depends = python-pychm + depends = python-pycryptodome + depends = python-pygments + depends = python-pyqt6 + depends = python-pyqt6-webengine + depends = python-regex + depends = python-unrardll + depends = python-zeroconf + depends = qt6-imageformats + depends = qt6-svg + depends = qt6-webengine + depends = ttf-liberation + depends = uchardet + depends = udisks2 + optdepends = poppler: required for converting pdf to html + optdepends = python-fonttools: required for font subset feature in epub editor + optdepends = speech-dispatcher: TTS support in the viewer + conflicts = calibre-common + conflicts = calibre-python3 + replaces = calibre-common + replaces = calibre-python3 + source = https://download.calibre-ebook.com/6.28.0/calibre-6.28.0.tar.xz + source = https://calibre-ebook.com/signatures/calibre-6.28.0.tar.xz.sig + validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C + sha256sums = 294eaf413fc8bfaaba60ec7c0356145803e7c0cbc5df78ba4c5ae3bdd441dad2 + sha256sums = SKIP + +pkgname = calibre ===================================== PKGBUILD ===================================== @@ -8,7 +8,7 @@ # Contributor: Larry Hajali <[email protected]> pkgname=calibre -pkgver=6.27.0 +pkgver=6.28.0 pkgrel=1 pkgdesc='Ebook management application' arch=(x86_64) @@ -75,7 +75,7 @@ replaces=("${conflicts[@]}") _archive="$pkgname-$pkgver" source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz" "$url/signatures/$_archive.tar.xz.sig") -sha256sums=('413bc48c3c4d25f0b254d94a8dd6858226006c8b13f0999cda611a8a9fe9d650' +sha256sums=('294eaf413fc8bfaaba60ec7c0356145803e7c0cbc5df78ba4c5ae3bdd441dad2' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/e507690e142c4cf8737bae8bac3c46a9416d77af -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/e507690e142c4cf8737bae8bac3c46a9416d77af You're receiving this email because of your account on gitlab.archlinux.org.
