summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2020-07-24 09:43:01 +0200
committerThomas Jost2020-07-24 09:43:01 +0200
commite9238ce9d06d105f8acdc3cc63b12d75e74b82e4 (patch)
tree35584043ffa76eeaafdd94d7cd02f5724e9ab2fa
parent7f473e52e822ee085f471042b24c8536d889297d (diff)
downloadaur-latex-make.tar.gz
Version bump: 2.4.0
Thanks @audeoudh!
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc3cfb2f21f2..aad7391c2a6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Sep 24 08:55:48 UTC 2018
pkgbase = latex-make
pkgdesc = A collection of LaTeX packages, scipts and Makefile fragments that allows to easily compile LaTeX documents.
- pkgver = 2.2.5
+ pkgver = 2.4.0
pkgrel = 1
url = https://gforge.inria.fr/projects/latex-utils/
install = latex-make.install
@@ -11,9 +9,12 @@ pkgbase = latex-make
depends = texlive-core
depends = texlive-latexextra
depends = python
- source = https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-2.2.5.tar.gz
- md5sums = 564bf9e7a4257b2bd270e3750ebe88c9
- sha256sums = dc3b30fd71077e1fa114c4d6811fae03b7e394be247a5556fbe672d009aa6311
+ optdepends = inkscape: use of figlatex
+ optdepends = fig2dev: use of figlatex
+ optdepends = ghostscript: use of figlatex
+ source = https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-2.4.0.tar.gz
+ md5sums = 69e9fdf922e91ee3992075863b4acc03
+ sha256sums = 0aafaf5d0cf99d205899084e65c998b52b13906ad8860cab6b9604e4d4f60cb3
pkgname = latex-make
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() {