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

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


    Date: Sunday, September 14, 2008 @ 16:19:22
  Author: francois
Revision: 12504

fix permissions of scripts and update sources to latest version

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 20:18:42 UTC (rev 12503)
+++ PKGBUILD	2008-09-14 20:19:22 UTC (rev 12504)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus <firmicus āt gmx dōt net>
 
 pkgname=texlive-pictures
-pkgver=2008.10353
+pkgver=2008.10506
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
 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=('d83e6849c7c199fb9dd5911f1198bef7')
+md5sums=('4a1db9568ce47f03c8f92f7b8d86b9a0')
 
 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
+   find $startdir/pkg/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \; || return 1
 }




More information about the arch-commits mailing list