Date: Sunday, February 21, 2010 @ 06:38:16 Author: allan Revision: 69596
upgpkg: ttf-arphic-ukai 0.2.20080216.1-2 convert to arch=any, remove old install file syntax Modified: ttf-arphic-ukai/trunk/PKGBUILD ttf-arphic-ukai/trunk/ttf.install -------------+ PKGBUILD | 8 ++++---- ttf.install | 5 ----- 2 files changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-21 11:36:28 UTC (rev 69595) +++ PKGBUILD 2010-02-21 11:38:16 UTC (rev 69596) @@ -1,15 +1,15 @@ # $Id$ +# Maintainer: Firmicus <francois.archlinux.org> # Contributor: Damir Perisa <[email protected]> -# Maintainer: Firmicus <francois.archlinux.org> pkgname=ttf-arphic-ukai pkgver=0.2.20080216.1 -pkgrel=1 +pkgrel=2 pkgdesc="Kaiti (brush stroke) unicode TTFonts" -arch=(any) +arch=('any') url="http://www.freedesktop.org/wiki/Software/CJKUnifonts" license=('custom: Arphic Public_License') -depends=(fontconfig xorg-font-utils) +depends=('fontconfig' 'xorg-font-utils') install=ttf.install source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz) md5sums=('4d3beb55db000bfedd18c9c7d6e631d8') Modified: ttf.install =================================================================== --- ttf.install 2010-02-21 11:36:28 UTC (rev 69595) +++ ttf.install 2010-02-21 11:38:16 UTC (rev 69596) @@ -13,8 +13,3 @@ post_remove() { post_install $1 } - -op=$1 -shift - -$op $*
