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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Nov 17 19:07:23 UTC 2010


    Date: Wednesday, November 17, 2010 @ 14:07:22
  Author: andyrtr
Revision: 99794

upgpkg: man-db 2.5.9-1
new version 2.5.9

Modified:
  man-db/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-17 17:42:45 UTC (rev 99793)
+++ PKGBUILD	2010-11-17 19:07:22 UTC (rev 99794)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
 
 pkgname=man-db
-pkgver=2.5.8
+pkgver=2.5.9
 pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.gz
 	#http://launchpad.net/man-db/main/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz
         convert-mans man-db.cron.daily)
-md5sums=('b35b799b70ca5278aac801c09ccf22e8'
+md5sums=('9841394f5c5fe7e2dd2e0c5fb4766d0f'
          '2b7662a7d5b33fe91f9f3e034361a2f6'
          'd30c39ae47560304471b5461719e0f03')
 options=('!libtool')
@@ -32,7 +32,11 @@
   ./configure --prefix=/usr --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 || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 
   # part of groff pkg




More information about the arch-commits mailing list