[arch-commits] Commit in autogen/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Sunday, June 1, 2008 @ 15:54:38
  Author: jgc
Revision: 2401

Merged revisions 2-2400 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/autogen/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2400 | jgc | 2008-06-01 19:54:26 +0000 (Sun, 01 Jun 2008) | 1 line
  
  upgpkg: autogen 5.9.5-1
........

Modified:
  autogen/repos/extra-x86_64/	(properties)
  autogen/repos/extra-x86_64/PKGBUILD

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


Property changes on: autogen/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /autogen/trunk:1
   + /autogen/trunk:1-2400

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-01 19:54:26 UTC (rev 2400)
+++ extra-x86_64/PKGBUILD	2008-06-01 19:54:38 UTC (rev 2401)
@@ -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