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

Andreas Radke andyrtr at nymeria.archlinux.org
Sun May 19 15:31:46 UTC 2013


    Date: Sunday, May 19, 2013 @ 17:31:45
  Author: andyrtr
Revision: 185849

upgpkg: man-db 2.6.3-2

move to /usr/bin

Modified:
  man-db/trunk/PKGBUILD
  man-db/trunk/man-db.cron.daily

-------------------+
 PKGBUILD          |   19 ++++++++++++-------
 man-db.cron.daily |    2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 15:19:38 UTC (rev 185848)
+++ PKGBUILD	2013-05-19 15:31:45 UTC (rev 185849)
@@ -4,7 +4,7 @@
 
 pkgname=man-db
 pkgver=2.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
 url="http://www.nongnu.org/man-db/"
@@ -13,7 +13,7 @@
 depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
 optdepends=('less' 'gzip')
 backup=('etc/man_db.conf'
-	'etc/cron.daily/man-db')
+	    'etc/cron.daily/man-db')
 conflicts=('man')
 provides=('man')
 replaces=('man')
@@ -22,21 +22,26 @@
         convert-mans man-db.cron.daily)
 options=('!libtool')
 md5sums=('a593a095599ae97bcacf8d038659a146'
-         '64975c20b1a6453f9b860ff7f916bcf1'
+         'SKIP'
          '2b7662a7d5b33fe91f9f3e034361a2f6'
-         'd30c39ae47560304471b5461719e0f03')
+         '934fd047fecb915038bf4bf844ea609c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-	--with-db=gdbm --disable-setuid --enable-mandirs=GNU \
+  ./configure --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+	--with-db=gdbm \
+	--disable-setuid \
+	--enable-mandirs=GNU \
 	--with-sections="1 n l 8 3 0 2 5 4 9 6 7"
   make
 }
 
 check() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make check
+  make -k check
 }
 
 package() {

Modified: man-db.cron.daily
===================================================================
--- man-db.cron.daily	2013-05-19 15:19:38 UTC (rev 185848)
+++ man-db.cron.daily	2013-05-19 15:31:45 UTC (rev 185849)
@@ -12,7 +12,7 @@
 UPDATEMANDB="/usr/bin/mandb --quiet"
 
 # Update the "whatis" database
-#/usr/sbin/makewhatis -u -w
+#/usr/bin/makewhatis -u -w
 
 # taken from Debian
 # man-db cron daily




More information about the arch-commits mailing list