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

Eric Belanger eric at archlinux.org
Tue Apr 22 01:31:12 UTC 2008


    Date: Monday, April 21, 2008 @ 21:31:12
  Author: eric
Revision: 710

upgpkg: texinfo 4.12-1
    Upstream update, Updated license

Added:
  texinfo/trunk/ChangeLog
Modified:
  texinfo/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   19 ++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-04-22 01:31:12 UTC (rev 710)
@@ -0,0 +1,5 @@
+2008-04-21  Eric Belanger  <eric at archlinux.org>
+
+	* texinfo 4.12-1
+	* Upstream update
+	* Updated license

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-22 01:27:28 UTC (rev 709)
+++ PKGBUILD	2008-04-22 01:31:12 UTC (rev 710)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: Jason Chu <jason at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-#
+
 pkgname=texinfo
-pkgver=4.11
-pkgrel=2
+pkgver=4.12
+pkgrel=1
 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/texinfo/"
-license=('GPL')
+license=('GPL3')
 depends=('ncurses')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0c652adddc75b385ee1509fc55ff2837')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e9216fb657e1555a289a14a74dac8f4f')
+sha1sums=('1587ef35b68ea5d0f7a6801a86977d8b825e2f1b')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
+   cd ${startdir}/src/${pkgname}-${pkgver}
    ./configure --prefix=/usr
    make || return 1
-   make DESTDIR=$startdir/pkg install
+   make DESTDIR=${startdir}/pkg install
 }





More information about the arch-commits mailing list