[arch-commits] Commit in texinfo/trunk (ChangeLog PKGBUILD)
Allan McRae
allan at archlinux.org
Thu Jan 29 09:49:38 UTC 2009
Date: Thursday, January 29, 2009 @ 04:49:37
Author: allan
Revision: 25789
add missing deps
Modified:
texinfo/trunk/ChangeLog
texinfo/trunk/PKGBUILD
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-01-29 00:51:00 UTC (rev 25788)
+++ ChangeLog 2009-01-29 09:49:37 UTC (rev 25789)
@@ -1,3 +1,9 @@
+2009-01-29 Allan McRae <allan at archlinux.org>
+
+ * texinfo 4.13a-3
+ * Add gzip dependency for compress info pages
+ * Add findutils dependency for post_install script
+
2008-09-26 Eric Belanger <eric at archlinux.org>
* texinfo 4.13a-1
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-01-29 00:51:00 UTC (rev 25788)
+++ PKGBUILD 2009-01-29 09:49:37 UTC (rev 25789)
@@ -4,13 +4,13 @@
pkgname=texinfo
pkgver=4.13a
-pkgrel=2
+pkgrel=3
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')
+depends=('ncurses' 'findutils' 'gzip')
install=texinfo.install
source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('71ba711519209b5fb583fed2b3d86fcb')
More information about the arch-commits
mailing list