[arch-commits] Commit in texmacs/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jan 16 22:32:59 UTC 2022
Date: Sunday, January 16, 2022 @ 22:32:59
Author: arojas
Revision: 434579
Update to 2.1.1
Modified:
texmacs/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-16 21:40:46 UTC (rev 434578)
+++ PKGBUILD 2022-01-16 22:32:59 UTC (rev 434579)
@@ -2,13 +2,13 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch> # Contributor: Christopher Reimer <c.reimer1993 at gmail.com>
pkgname=texmacs
-pkgver=2.1
+pkgver=2.1.1
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one."
arch=('x86_64')
url="http://www.texmacs.org/"
license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python' 'libxext' 'freetype2' 'qt5-base')
+depends=('perl' 'guile1.8' 'texlive-core' 'python' 'libxext' 'freetype2' 'qt5-svg')
# do not remove texlive-core dependency, as it is needed!
optdepends=('transfig: convert images using fig2ps'
'gawk: conversion of some files'
@@ -18,7 +18,7 @@
makedepends=('ghostscript' 'cmake')
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
options=('!emptydirs')
-sha256sums=('8844618d8d6d597faecb1c4dbd25a199955937a6bb13ea253c3ecccc579886be')
+sha256sums=('918ca184aca0cb5335906a6c471a1ae3a80c47ab26b5d1c059f0dfcbd906e830')
build() {
cd TeXmacs-${pkgver}-src
More information about the arch-commits
mailing list