summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6c147ab144..4e54c73b500e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- pkgver = 20230129.14108
+ pkgver = 20230201.14110
pkgrel = 1
url = http://www.texmacs.org/
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = texmacs-svn
depends = qt5-svg
depends = hicolor-icon-theme
depends = gawk
+ depends = python-lxml
optdepends = transfig: convert images using fig2ps
optdepends = ghostscript: rendering ps files
optdepends = imagemagick: convert images
diff --git a/PKGBUILD b/PKGBUILD
index af43174eb674..57fa9aa565c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20230129.14108
+pkgver=20230201.14110
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('x86_64')
url="http://www.texmacs.org/"
license=('GPL3')
depends=('perl' 'guile1.8' 'texlive-core' 'python' 'libxext' 'freetype2'
- 'qt5-svg' 'hicolor-icon-theme' 'gawk')
+ 'qt5-svg' 'hicolor-icon-theme' 'gawk' 'python-lxml')
optdepends=('transfig: convert images using fig2ps'
'ghostscript: rendering ps files'
'imagemagick: convert images'