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

François Charette francois at archlinux.org
Sun Sep 14 20:19:55 UTC 2008


    Date: Sunday, September 14, 2008 @ 16:19:55
  Author: francois
Revision: 12505

fix permissions of scripts and update sources to latest version

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 20:19:22 UTC (rev 12504)
+++ PKGBUILD	2008-09-14 20:19:55 UTC (rev 12505)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus <firmicus āt gmx dōt net>
 
 pkgname=texlive-pstricks
-pkgver=2008.10319
+pkgver=2008.10565
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
 license=('GPL')
@@ -12,7 +12,7 @@
 url='http://tug.org/texlive/'
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-src.zip")
 install=texlive.install
-md5sums=('ce74393a9f17419fa19e68dbdb3de844')
+md5sums=('a4f8298172c52cb14bc3a8b9d643405f')
 
 build() {
    cd $startdir/src
@@ -22,4 +22,5 @@
    install -m755 -d $startdir/pkg/usr/share || return 1
    find texmf* -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || exit 1
    find texmf* -type f -exec install -m644 '{}' $startdir/pkg/usr/share/'{}' \; || exit 1
+   chmod a+x $startdir/pkg/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl
 }




More information about the arch-commits mailing list