summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-02-17 08:17:37 +0100
committerhaawda2023-02-17 08:17:37 +0100
commitbd65d185cbab415487452071e0898d489290377e (patch)
treed30690f80af04ba85a49e2b9c265642c382a5129 /PKGBUILD
parentcbd41fb6b6946a6a92cd3c80a190a178518982ed (diff)
downloadaur-texmacs-svn.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'