[arch-commits] Commit in texlive-core/trunk (PKGBUILD)

François Charette francois at archlinux.org
Fri Jul 23 07:24:13 UTC 2010


    Date: Friday, July 23, 2010 @ 03:24:12
  Author: francois
Revision: 85972

Update. Now provides texlive-latex3.
Add tk to optdepends.

Modified:
  texlive-core/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-23 07:21:46 UTC (rev 85971)
+++ PKGBUILD	2010-07-23 07:24:12 UTC (rev 85972)
@@ -1,23 +1,23 @@
 # Maintainer: Firmicus <firmicus ατ gmx δοτ net>
 
 pkgname=texlive-core
-pkgver=2010.19146
+pkgver=2010.19536
 pkgrel=1
 pkgdesc="TeX Live core distribution"
 license=('GPL')
 arch=(any)
 depends=('texlive-bin')
-optdepends=('perl' 'ruby' 'ghostscript' 'psutils' 't1utils')
+optdepends=('perl' 'ruby' 'tk' 'ghostscript' 'psutils' 't1utils')
 groups=('texlive-most')
 conflicts=('tetex')
-provides=('tetex')
-replaces=('tetex')
+provides=('tetex' 'texlive-latex3')
+replaces=('tetex' 'texlive-latex3')
 url='http://tug.org/texlive/'
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip" "$pkgname.maps")
 options=(!strip)
 install=texlive.install
 backup=(etc/texmf/tex/context/config/cont-usr.tex)
-md5sums=('cd2e3304beb7b48e8e7acf1246628f3c'
+md5sums=('08e1f13e414dc7d50b75e7872b890717'
          'f27c9370a4fe7c9fe7d746da7fbc37c0')
 
 build() {




More information about the arch-commits mailing list