[arch-commits] CVS update of arch/build/lib/imlib2 (PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 1 04:25:52 UTC 2007


    Date: Friday, June 1, 2007 @ 00:25:52
  Author: eric
    Path: /home/cvs-arch/arch/build/lib/imlib2

Modified: PKGBUILD (1.11 -> 1.12)

changed nolibtool to !libtool


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


Index: arch/build/lib/imlib2/PKGBUILD
diff -u arch/build/lib/imlib2/PKGBUILD:1.11 arch/build/lib/imlib2/PKGBUILD:1.12
--- arch/build/lib/imlib2/PKGBUILD:1.11	Thu May 31 05:22:08 2007
+++ arch/build/lib/imlib2/PKGBUILD	Fri Jun  1 00:25:52 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.11 2007/05/31 09:22:08 tpowa Exp $
+# $Id: PKGBUILD,v 1.12 2007/06/01 04:25:52 eric Exp $
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=imlib2
 pkgver=1.4.0
 pkgrel=1
 pkgdesc="Imlib2 is the successor to Imlib. It is NOT a newer version -- Imlib 2 can be installed alongside Imlib 1.x"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/enlightenment"
 depends=('libtiff' 'libungif' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag')
 source=(http://heanet.dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$pkgver.tar.gz)
-options=('nolibtool')
+options=('!libtool')
 md5sums=('69f7ee996c943142332b4c98597b095c')
 
 build() {




More information about the arch-commits mailing list