summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2020-11-13 14:05:11 -0500
committerEli Schwartz2020-11-13 14:05:11 -0500
commit0b10d6fe8e2d502c460665c72ecec7b010b2de7a (patch)
tree42f2be2ec5ce4a21fde881a453f202d2d1437bc2 /PKGBUILD
parente9528bf6d0dd093c480495eacac72d1739ee4df3 (diff)
downloadaur-0b10d6fe8e2d502c460665c72ecec7b010b2de7a.tar.gz
upgpkg: calibre-git 5.5.0.r2.g2d9dd81f46-1
- fix dictionary test by updating the bundled dictionaries - disable optional espeak plugin until it's done
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 363567a26332..12fc588883e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@
pkgbase=calibre-git
pkgname=calibre-git
-pkgver=5.3.0.r35.g40e5b7124f
+pkgver=5.5.0.r2.g2d9dd81f46
pkgrel=1
-_dictionaries_commit="libreoffice-6.4.0.0.beta1"
+_dictionaries_commit="d6160c5e006089c711f3fec6eb4e2ade60a4150c"
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
url="https://calibre-ebook.com/"
@@ -33,10 +33,12 @@ replaces=('calibre-common-git' 'calibre-python3-git')
source=("git+https://github.com/kovidgoyal/${pkgbase%-git}.git?signed"
"git+https://github.com/kovidgoyal/${pkgbase%-git}-translations.git?signed"
"dictionaries-${_dictionaries_commit}.tar.gz::https://github.com/LibreOffice/dictionaries/archive/${_dictionaries_commit}.tar.gz"
+ "0001-Do-not-build-WIP-espeak-plugin-before-it-is-ready.patch"
"user-agent-data.json")
sha256sums=('SKIP'
'SKIP'
- 'ccfdb3ba622d59c99b305abfdc824a8e2f96f1930fe6f4e7f183297bc80ad3e8'
+ '7b48eda270f1ba3cbc20462f56c04d964bb36ecaf6237740e06c57f8f2cc0fc5'
+ '8ed4a9578d3dbbc4ada4dd08f318c861012f45260cdd68caadbeb29b12d58a05'
'd17a1fff7bf441db8d1ec826afd8661352869ec4e5edd2a17f917ef2fbf01043')
validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid@kovidgoyal.net>
@@ -54,6 +56,9 @@ prepare(){
# Link translations to build dir
ln -sfT ../calibre-translations translations
+ # wait until this is functional before building it
+ patch -p1 -i ../0001-Do-not-build-WIP-espeak-plugin-before-it-is-ready.patch
+
# Desktop integration (e.g. enforce arch defaults)
# Use uppercase naming scheme, don't delete config files under fakeroot.
sed -e "/import config_dir/,/os.rmdir(config_dir)/d" \