[arch-commits] Commit in man-db/trunk (PKGBUILD man-db.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 28 09:27:38 UTC 2009


    Date: Saturday, February 28, 2009 @ 04:27:37
  Author: andyrtr
Revision: 28189

upgpkg: man-db 2.5.4-2
    add group base; fix typo in install msg - closes #13590

Modified:
  man-db/trunk/PKGBUILD
  man-db/trunk/man-db.install

----------------+
 PKGBUILD       |    3 ++-
 man-db.install |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-28 09:11:32 UTC (rev 28188)
+++ PKGBUILD	2009-02-28 09:27:37 UTC (rev 28189)
@@ -4,11 +4,12 @@
 
 pkgname=man-db
 pkgver=2.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/man-db/"
 license=('GPL' 'LGPL')
+groups=('base')
 depends=( 'bash' 'gdbm' 'zlib' 'groff')
 optdepends=('less' 'gzip')
 backup=(etc/man_db.conf)

Modified: man-db.install
===================================================================
--- man-db.install	2009-02-28 09:11:32 UTC (rev 28188)
+++ man-db.install	2009-02-28 09:27:37 UTC (rev 28189)
@@ -1,6 +1,6 @@
 post_install() {
   echo "it's recommended to create an initial"
-  echo "databse running as root:"
+  echo "database running as root:"
   echo "\"/usr/bin/mandb --quiet\""
 }
 




More information about the arch-commits mailing list