testing/man-db: upgrade to 2.8.7

This commit is contained in:
Leo 2019-08-27 15:43:03 -03:00
parent 70e08fe6e3
commit bd8f4feb4f

View File

@ -1,14 +1,14 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=man-db
pkgver=2.8.6.1
pkgver=2.8.7
pkgrel=0
pkgdesc="The man command and related utilities for examining on-line help files"
url="http://www.nongnu.org/man-db/"
arch="all"
license="GPL-2.0-or-later"
depends="groff less"
makedepends="db-dev gettext-dev libpipeline-dev zlib-dev"
makedepends="db-dev gettext-dev libpipeline-dev zlib-dev libseccomp-dev"
subpackages="$pkgname-lang $pkgname-doc"
source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.xz"
triggers="man-db.trigger=/usr/share/man"
@ -26,7 +26,8 @@ build() {
--enable-nls \
--with-db=db \
--with-systemdsystemunitdir=no \
--with-systemdtmpfilesdir=no
--with-systemdtmpfilesdir=no \
--with-libseccomp
make
}
@ -34,4 +35,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="0c43cdddf2e07cd4a2225e098ea4cbfb2842a9bbf08bfb073058be0d66efac3a77ca0f8725564677c8f61e671f471c76f1dbba77a7601d7a63bb81350ef51bb5 man-db-2.8.6.1.tar.xz"
sha512sums="9f9d6f3b776c0b35f95c179fb668f2dc3db3d3e63a162cfda98c5d126fe147f2418e1a1503037ebe28314f57d9b6f48b7f7674d611df14424973a866a61ff2d9 man-db-2.8.7.tar.xz"