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

Rémy Oudompheng remy at nymeria.archlinux.org
Sun Aug 25 15:38:51 UTC 2013


    Date: Sunday, August 25, 2013 @ 17:38:51
  Author: remy
Revision: 193606

Add texlive-genericextra as optdep, perl-file-which as dep

- texlive-genericextra is needed for calctab (FS#35476)
- perl-file-which is needed for pdfannotextractor (FS#36406)

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-25 14:43:38 UTC (rev 193605)
+++ PKGBUILD	2013-08-25 15:38:51 UTC (rev 193606)
@@ -5,12 +5,15 @@
 pkgname=texlive-latexextra
 pkgver=2013.30964
 _revnr=${pkgver#2013.}
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
 license=('GPL')
 arch=(any)
-depends=('texlive-core')
+depends=('texlive-core'
+         'perl-file-which' # for pdfannotextractor
+        )
 optdepends=(
+  'texlive-genericextra: to use the calctab package'
   'texlive-pictures: to use the package overpic'
   'java-environment: to use pdfannotextractor'
 )




More information about the arch-commits mailing list