[arch-commits] Commit in autoconf/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Jul 3 03:50:49 UTC 2010
Date: Friday, July 2, 2010 @ 23:50:49
Author: allan
Revision: 84659
upgpkg: autoconf 2.66-1
upstream update
Modified:
autoconf/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-07-02 19:11:46 UTC (rev 84658)
+++ PKGBUILD 2010-07-03 03:50:49 UTC (rev 84659)
@@ -3,8 +3,8 @@
# Contributor: Andreas Radke <andyrtr at archlinux.org>
pkgname=autoconf
-pkgver=2.65
-pkgrel=2
+pkgver=2.66
+pkgrel=1
pkgdesc="A GNU tool for automatically configuring source code"
arch=('any')
license=('GPL2' 'GPL3' 'custom')
@@ -13,17 +13,17 @@
depends=('awk' 'm4' 'diffutils' 'bash')
install=autoconf.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('46cfb40e0babf4c64f8325f03da81c9b')
+md5sums=('fb00d77cbc468994c55919298af1ff02')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
- make || return 1
+ make
}
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR=${pkgdir} install
# license exception
install -Dm644 COPYING.EXCEPTION \
More information about the arch-commits
mailing list