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

Allan McRae allan at archlinux.org
Thu Nov 3 14:23:24 UTC 2011


    Date: Thursday, November 3, 2011 @ 10:23:24
  Author: allan
Revision: 141954

signing rebuild

Modified:
  texinfo/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 14:13:05 UTC (rev 141953)
+++ PKGBUILD	2011-11-03 14:23:24 UTC (rev 141954)
@@ -4,7 +4,7 @@
 
 pkgname=texinfo
 pkgver=4.13a
-pkgrel=5
+pkgrel=6
 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/"
@@ -12,8 +12,9 @@
 groups=('base')
 depends=('ncurses' 'findutils' 'gzip')
 install=texinfo.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('71ba711519209b5fb583fed2b3d86fcb')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('71ba711519209b5fb583fed2b3d86fcb'
+         'db2ca82c831684cd7cef181234017c46')
 
 build() {
   cd ${srcdir}/${pkgname}-4.13
@@ -25,6 +26,6 @@
   cd ${srcdir}/${pkgname}-4.13
   make DESTDIR=${pkgdir} install
 
-  # fix this here as it prevent make from trying to rebuild manual pages
+  # fix this here as it prevents make from trying to rebuild manual pages
   sed -i 's#A-z#A-Za-z#' ${pkgdir}/usr/bin/texi2dvi
 }




More information about the arch-commits mailing list