[arch-commits] CVS update of core/base/man (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 1 12:40:37 UTC 2008


    Date: Tuesday, January 1, 2008 @ 07:40:37
  Author: andyrtr
    Path: /home/cvs-core/core/base/man

Modified: PKGBUILD (1.38 -> 1.39)

upgpkg: man 1.6f-1
added diffutils to dependencies to fix #8793


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: core/base/man/PKGBUILD
diff -u core/base/man/PKGBUILD:1.38 core/base/man/PKGBUILD:1.39
--- core/base/man/PKGBUILD:1.38	Sun Dec  2 22:17:24 2007
+++ core/base/man/PKGBUILD	Tue Jan  1 07:40:37 2008
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD,v 1.38 2007/12/03 03:17:24 dan Exp $
+# $Id: PKGBUILD,v 1.39 2008/01/01 12:40:37 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=man
-pkgver=1.6e
-pkgrel=4
+pkgver=1.6f
+pkgrel=1
 pkgdesc="A utility for reading man pages"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://primates.ximian.com/~flucifredi/man/"
 license=('GPL')
 groups=('base')
-depends=('groff' 'less' 'gzip' 'awk' 'coreutils' 'sh')
+depends=('groff' 'less' 'gzip' 'awk' 'coreutils' 'sh' 'diffutils')
 backup=(etc/man.conf)
 source=(http://primates.ximian.com/~flucifredi/man/man-$pkgver.tar.gz \
         whatis.cron.daily man-troff.patch)
-md5sums=('d8187cd756398baefc48ba7d60ff6a8a' 'b86a5f2dd87c6be30421a8813547229d'\
+md5sums=('67aaaa6df35215e812fd7d89472c44b6'
+         'b86a5f2dd87c6be30421a8813547229d'
          '21541cb3073259f7fb9335675ca41b0e')
 options=(!emptydirs)
 




More information about the arch-commits mailing list