man-db: update to 2.7.1.

This commit is contained in:
Juan RP 2014-11-09 11:09:32 +01:00
parent de6a2d6663
commit 3cde3070a7

View file

@ -1,7 +1,7 @@
# Template file for 'man-db'
pkgname=man-db
version=2.6.7.1
revision=2
version=2.7.1
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
@ -17,11 +17,9 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1"
homepage="http://www.nongnu.org/man-db/"
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=8d65559838fccca774e3ef7c15c073180c786e728785c735e136297facca41fc
checksum=c4876204a3fafb4d8ccc1d172c0431ee581d95558cbd6c4e79caca7717049e0e
post_install() {
# Install the cron daily job.
vinstall ${FILESDIR}/man-db.cron-daily 744 etc/cron.daily man-db
# Remove localized manpages.
rm -rf ${DESTDIR}/usr/share/man/{es,it}
}