summaryrefslogtreecommitdiff
path: root/core/texinfo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-06 23:15:07 +0000
committerroot <root@rshg054.dnsready.net>2011-11-06 23:15:07 +0000
commita4d309341dbcd3c28ee68e818c1d5ef54114adf8 (patch)
treed8b088a03f5cb2b56b2b7508933b4efcfd67f0b2 /core/texinfo
parent82fd7f658509afe9737e14e8d1ee9fefe13c9d1f (diff)
Sun Nov 6 23:15:07 UTC 2011
Diffstat (limited to 'core/texinfo')
-rw-r--r--core/texinfo/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD
index c660deb2e..9ba51eca5 100644
--- a/core/texinfo/PKGBUILD
+++ b/core/texinfo/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102128 2010-12-06 05:33:18Z allan $
+# $Id: PKGBUILD 142185 2011-11-05 22:42:55Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
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 @@ license=('GPL3')
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 @@ package() {
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
}