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

Jan de Groot jgc at archlinux.org
Sun Jun 1 19:54:26 UTC 2008


    Date: Sunday, June 1, 2008 @ 15:54:26
  Author: jgc
Revision: 2400

upgpkg: autogen 5.9.5-1

Modified:
  autogen/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-01 19:45:36 UTC (rev 2399)
+++ PKGBUILD	2008-06-01 19:54:26 UTC (rev 2400)
@@ -2,20 +2,20 @@
 # Maintainer: Arjan Timmerman <arjan at soufly.nl>
 # Contributer: Tor Krill
 pkgname=autogen
-pkgver=5.8.8
-pkgrel=2
+pkgver=5.9.5
+pkgrel=1
 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' 'libtool>=2.2')
+license=('GPL3')
+depends=('guile>=1.8.4-2' 'libxml2>=2.6.23' 'libtool>=2.2.4')
 options=('!libtool' '!makeflags')
-source=(http://switch.dl.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fe078c23b26753347a31c0bee6e5c82c')
+source=(http://downloads.sourceforge.net/autogen/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fa375a4346e56e1d7a890a6ee82d2a63')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 } 





More information about the arch-commits mailing list