[arch-commits] CVS update of arch/build/office/texinfo (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jun 30 05:01:57 UTC 2007


    Date: Saturday, June 30, 2007 @ 01:01:57
  Author: eric
    Path: /home/cvs-arch/arch/build/office/texinfo

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: texinfo 4.9-1


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: arch/build/office/texinfo/PKGBUILD
diff -u arch/build/office/texinfo/PKGBUILD:1.1 arch/build/office/texinfo/PKGBUILD:1.2
--- arch/build/office/texinfo/PKGBUILD:1.1	Sat Jun 23 17:49:21 2007
+++ arch/build/office/texinfo/PKGBUILD	Sat Jun 30 01:01:57 2007
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD,v 1.1 2007/06/23 21:49:21 andyrtr Exp $
+# $Id: PKGBUILD,v 1.2 2007/06/30 05:01:57 eric Exp $
 # Maintainer: Jason Chu <jason at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 #
 pkgname=texinfo
-pkgver=4.8a
+pkgver=4.9
 pkgrel=1
 pkgdesc="texinfo - Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
-arch=(i686 x86_64)
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6611b6f95a5f133aa52889be93bfbf31')
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/texinfo/"
+license=('GPL')
 depends=('ncurses' 'glibc')
-options=('FORCE')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('ff4efe1f266c579e2520048029c12ab5')
 
 build() {
-   cd $startdir/src/$pkgname-4.8
+   cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list