summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2020-06-25 01:54:34 -0400
committerEli Schwartz2020-06-25 01:54:34 -0400
commit5082b3cfeeee916227c8813039c27b8368158444 (patch)
tree5ad165152e2bc3309661c06b1c39269014c2c8bb
parent46e97e0c0bc1fd0583e547c560a8fabaf5d4ccd9 (diff)
downloadaur-5082b3cfeeee916227c8813039c27b8368158444.tar.gz
upgpkg: calibre-git 4.19.0.r33.gc6b4140231-1
migrate to mathjax 3.x in accordance with upstream, plus https://github.com/kovidgoyal/calibre/pull/1179
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556c82800130..74f416d7a499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = calibre-git
pkgdesc = Ebook management application
- pkgver = 4.18.0.r24.g19f5c9080b
+ pkgver = 4.19.0.r33.gc6b4140231
pkgrel = 1
url = https://calibre-ebook.com/
arch = i686
@@ -67,7 +67,7 @@ pkgbase = calibre-git
depends = libmtp
depends = libusbx
depends = libwmf
- depends = mathjax2
+ depends = mathjax
depends = mtdev
depends = optipng
depends = podofo
@@ -91,7 +91,7 @@ pkgname = calibre-common-git
optdepends = poppler: required for converting pdf to html
provides = calibre-common
conflicts = calibre-common
- conflicts = calibre<4.18.0.r24.g19f5c9080b
+ conflicts = calibre<4.19.0.r33.gc6b4140231
pkgname = calibre-git
pkgdesc = Ebook management application (python2 build)
diff --git a/PKGBUILD b/PKGBUILD
index 718582ab3800..d4a1fec760c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgbase=calibre-git
pkgname=(calibre-common-git calibre-git calibre-python3-git)
-pkgver=4.18.0.r24.g19f5c9080b
+pkgver=4.19.0.r33.gc6b4140231
pkgrel=1
_dictionaries_commit="libreoffice-6.4.0.0.beta1"
pkgdesc="Ebook management application"
@@ -23,7 +23,7 @@ _py_deps=('apsw' 'beautifulsoup4' 'cssselect' 'css-parser' 'dateutil' 'dbus' 'dn
_py2_deps=("${_py_deps[@]}" 'ipaddress')
_py3_deps=("${_py_deps[@]}" 'zeroconf')
depends=('chmlib' 'hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusbx'
- 'libwmf' 'mathjax2' 'mtdev' 'optipng' 'podofo' 'qt5-svg' 'udisks2')
+ 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo' 'qt5-svg' 'udisks2')
makedepends=('git' "${_py2_deps[@]/#/python2-}" "${_py3_deps[@]/#/python-}" 'qt5-x11extras'
'sip' 'xdg-utils' 'rapydscript-ng' 'python2-sphinx')
checkdepends=('xorg-server-xvfb')
@@ -81,7 +81,7 @@ build() {
LANG='en_US.UTF-8' python2 setup.py translations
LANG='en_US.UTF-8' python2 setup.py gui
LANG='en_US.UTF-8' python2 setup.py resources \
- --path-to-mathjax /usr/share/mathjax2 --system-mathjax \
+ --path-to-mathjax /usr/share/mathjax --system-mathjax \
--path-to-hyphenation "${srcdir}"/dictionaries-${_dictionaries_commit}
LANG='en_US.UTF-8' python2 setup.py man_pages