summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2020-07-24 09:43:01 +0200
committerThomas Jost2020-07-24 09:43:01 +0200
commite9238ce9d06d105f8acdc3cc63b12d75e74b82e4 (patch)
tree35584043ffa76eeaafdd94d7cd02f5724e9ab2fa /PKGBUILD
parent7f473e52e822ee085f471042b24c8536d889297d (diff)
downloadaur-latex-make.tar.gz
Version bump: 2.4.0
Thanks @audeoudh!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de19350bfac0..a29ed695d5f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,19 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
# Contributor: Paulus Cyril <paulus.cyril@gmail.com>
pkgname=latex-make
-pkgver=2.2.5
+pkgver=2.4.0
pkgrel=1
pkgdesc="A collection of LaTeX packages, scipts and Makefile fragments that allows to easily compile LaTeX documents."
arch=('any')
url="https://gforge.inria.fr/projects/latex-utils/"
license=('GPL')
depends=('texlive-core' 'texlive-latexextra' 'python')
+optdepends=('inkscape: use of figlatex'
+ 'fig2dev: use of figlatex'
+ 'ghostscript: use of figlatex')
source=(https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-${pkgver}.tar.gz)
-md5sums=('564bf9e7a4257b2bd270e3750ebe88c9')
-sha256sums=('dc3b30fd71077e1fa114c4d6811fae03b7e394be247a5556fbe672d009aa6311')
+md5sums=('69e9fdf922e91ee3992075863b4acc03')
+sha256sums=('0aafaf5d0cf99d205899084e65c998b52b13906ad8860cab6b9604e4d4f60cb3')
install=latex-make.install
build() {