[arch-commits] Commit in texinfo/repos (3 files)

Aaron Griffin aaron at archlinux.org
Thu Jan 29 16:42:09 UTC 2009


    Date: Thursday, January 29, 2009 @ 11:42:09
  Author: aaron
Revision: 25803

Merged revisions 25789 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/texinfo/trunk

........
  r25789 | allan | 2009-01-29 01:49:37 -0800 (Thu, 29 Jan 2009) | 1 line
  
  add missing deps
........

Modified:
  texinfo/repos/testing-x86_64/	(properties)
  texinfo/repos/testing-x86_64/ChangeLog
  texinfo/repos/testing-x86_64/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)


Property changes on: texinfo/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /texinfo/trunk:1-25764
   + /texinfo/trunk:1-25802

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2009-01-29 16:41:01 UTC (rev 25802)
+++ testing-x86_64/ChangeLog	2009-01-29 16:42:09 UTC (rev 25803)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-01-29 16:41:01 UTC (rev 25802)
+++ testing-x86_64/PKGBUILD	2009-01-29 16:42:09 UTC (rev 25803)
@@ -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