summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2018-09-24 10:56:11 +0200
committerThomas Jost2018-09-24 10:56:11 +0200
commit7f473e52e822ee085f471042b24c8536d889297d (patch)
tree6b84d5d63aa34310b29710bc5a12b90d6eff0cf6 /PKGBUILD
parentf4ba556143cb241112673ecc1e327a7f1ade6d3b (diff)
downloadaur-7f473e52e822ee085f471042b24c8536d889297d.tar.gz
Version bump: 2.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18378c8885bc..de19350bfac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,18 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
# Contributor: Paulus Cyril <paulus.cyril@gmail.com>
pkgname=latex-make
-pkgver=2.2.3
+pkgver=2.2.5
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' 'python2')
+depends=('texlive-core' 'texlive-latexextra' 'python')
source=(https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-${pkgver}.tar.gz)
-md5sums=('84970396a9eb49fb53881ba95d9d5549')
-sha256sums=('23991164cadf5376d44094096f8a397583dc80a68a9bef895912543b63bb22e8')
+md5sums=('564bf9e7a4257b2bd270e3750ebe88c9')
+sha256sums=('dc3b30fd71077e1fa114c4d6811fae03b7e394be247a5556fbe672d009aa6311')
install=latex-make.install
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python2|g' src/latex-make.dtx
-}
-
build() {
cd "$srcdir/$pkgname-$pkgver"
make