summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2018-09-24 10:56:11 +0200
committerThomas Jost2018-09-24 10:56:11 +0200
commit7f473e52e822ee085f471042b24c8536d889297d (patch)
tree6b84d5d63aa34310b29710bc5a12b90d6eff0cf6
parentf4ba556143cb241112673ecc1e327a7f1ade6d3b (diff)
downloadaur-7f473e52e822ee085f471042b24c8536d889297d.tar.gz
Version bump: 2.2.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b771a54bfdec..cc3cfb2f21f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 30 09:43:27 UTC 2018
+# 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.3
+ pkgver = 2.2.5
pkgrel = 1
url = https://gforge.inria.fr/projects/latex-utils/
install = latex-make.install
@@ -10,10 +10,10 @@ pkgbase = latex-make
license = GPL
depends = texlive-core
depends = texlive-latexextra
- depends = python2
- source = https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-2.2.3.tar.gz
- md5sums = 84970396a9eb49fb53881ba95d9d5549
- sha256sums = 23991164cadf5376d44094096f8a397583dc80a68a9bef895912543b63bb22e8
+ depends = python
+ source = https://gforge.inria.fr/frs/download.php/latestfile/313/latex-make-2.2.5.tar.gz
+ md5sums = 564bf9e7a4257b2bd270e3750ebe88c9
+ sha256sums = dc3b30fd71077e1fa114c4d6811fae03b7e394be247a5556fbe672d009aa6311
pkgname = latex-make
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