summaryrefslogtreecommitdiff
path: root/core/texinfo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/texinfo/PKGBUILD')
-rw-r--r--core/texinfo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD
index 22ef3c6e5..0dc4ef81d 100644
--- a/core/texinfo/PKGBUILD
+++ b/core/texinfo/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 145004 2011-12-13 23:40:32Z allan $
+# $Id: PKGBUILD 176250 2013-01-28 00:29:28Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=texinfo
pkgver=4.13a
-pkgrel=7
+pkgrel=8
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=('GPL3')
-groups=('base')
-depends=('ncurses' 'findutils' 'gzip')
+groups=('base' 'base-devel')
+depends=('ncurses' 'findutils' 'gzip' 'sh')
install=texinfo.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
texinfo-4.13a-data_types.patch)