diff options
Diffstat (limited to 'libre/texlive-latexextra-libre/PKGBUILD')
-rw-r--r-- | libre/texlive-latexextra-libre/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libre/texlive-latexextra-libre/PKGBUILD b/libre/texlive-latexextra-libre/PKGBUILD index 533a0aa6e..1cd8270e0 100644 --- a/libre/texlive-latexextra-libre/PKGBUILD +++ b/libre/texlive-latexextra-libre/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 171569 2012-11-19 07:37:56Z remy $ +# $Id: PKGBUILD 183221 2013-04-18 23:52:31Z remy $ +# Maintainer: Firmicus <firmicus āt gmx dōt net> # Maintainer: Rémy Oudompheng <remy@archlinux.org> # Maintainer (Parabola): Michał Masłowski <mtjm@mtjm.eu> # Contributor (Parabola): André Silva <emulatorman@lavabit.com> pkgname=texlive-latexextra-libre _pkgname=texlive-latexextra -pkgver=2012.28272 +pkgver=2012.29701 _revnr=${pkgver#2012.} pkgrel=1 -pkgdesc="TeX Live - Large collection of add-on packages for LaTeX" +pkgdesc="TeX Live - Large collection of add-on packages for LaTeX, without nonfree packages" license=('GPL') arch=(any) depends=('texlive-core') @@ -25,7 +26,7 @@ source=("ftp://ftp.archlinux.org/other/texlive/$_pkgname-$pkgver-src.zip" "$_pkg options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('75db29b9e9bea30e9b6c1b77c4fca964' +md5sums=('1b67842cdc5debc80730fced7ce369ce' '9e4825f47dac663dd62c4bfa67899e84') build() { |