[arch-commits] CVS update of extra/devel/autogen (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Mar 21 14:36:02 UTC 2008


    Date: Friday, March 21, 2008 @ 10:36:02
  Author: tpowa
    Path: /home/cvs-extra/extra/devel/autogen

Modified: PKGBUILD (1.6 -> 1.7)

'upgpkg: update to new libtool'


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


Index: extra/devel/autogen/PKGBUILD
diff -u extra/devel/autogen/PKGBUILD:1.6 extra/devel/autogen/PKGBUILD:1.7
--- extra/devel/autogen/PKGBUILD:1.6	Tue Dec 26 12:27:56 2006
+++ extra/devel/autogen/PKGBUILD	Fri Mar 21 10:36:02 2008
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.6 2006/12/26 17:27:56 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2008/03/21 14:36:02 tpowa Exp $
 # Maintainer: Arjan Timmerman <arjan at soufly.nl>
 # Contributer: Tor Krill
 pkgname=autogen
 pkgver=5.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text."
 arch=(i686 x86_64)
 url="http://autogen.sourceforge.net/"
 license=(GPL)
-depends=('guile>=1.8.1' 'libxml2>=2.6.26')
-options=('nolibtool')
-source=(http://heanet.dl.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
+depends=('guile>=1.8.1' 'libxml2>=2.6.26' 'libtool>=2.2')
+options=('!libtool' '!makeflags')
+source=(http://switch.dl.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('fe078c23b26753347a31c0bee6e5c82c')
 
 build() {




More information about the arch-commits mailing list