rubber: update to 1.5.1.

This commit is contained in:
cr6git 2018-09-28 15:03:32 +02:00 committed by GitHub
parent 625759e171
commit 3dea6fd5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'rubber'
pkgname=rubber
version=1.4
version=1.5.1
revision=1
noarch=yes
build_style=python2-module
hostmakedepends="python python-devel"
makedepends="python-devel"
depends="python texlive-bin"
build_style=python3-module
hostmakedepends="python3"
depends="python3 texlive-bin"
pycompile_module="rubber"
short_desc="LaTeX building tool"
maintainer="Matteo Signer <matteo.signer@gmail.com>"
license="GPL-2"
homepage="http://launchpad.net/rubber"
distfiles="http://launchpad.net/rubber/trunk/${version}/+download/rubber-${version}.tar.gz"
checksum=824af6142a0e52804de2f80d571c0aade1d0297a7d359a5f1874acbb53c0f0b4
license="GPL-2.0-or-later"
homepage="https://launchpad.net/rubber"
changelog="https://git.launchpad.net/rubber/plain/NEWS"
distfiles="https://launchpad.net/rubber/trunk/${version}/+download/rubber-${version}.tar.gz"
checksum=37a843dc36a8aa256f9a66de130a031a0406346e663e1c257e45fd0a6eae0d9d
pre_build() {
cp ${FILESDIR}/setup.cfg .