aboutsummaryrefslogtreecommitdiffstats
path: root/testing/man-db
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-27 15:43:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-27 15:43:03 -0300
commitbd8f4feb4ffd2b3939b5b71c9a506dbe8bbc8396 (patch)
tree8964e8e474b5482132d6443bb62a2ce589927ea1 /testing/man-db
parent70e08fe6e3da0fad374389d7ce635191627f0e2e (diff)
downloadaports-bd8f4feb4ffd2b3939b5b71c9a506dbe8bbc8396.tar.bz2
aports-bd8f4feb4ffd2b3939b5b71c9a506dbe8bbc8396.tar.xz
testing/man-db: upgrade to 2.8.7
Diffstat (limited to 'testing/man-db')
-rw-r--r--testing/man-db/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/man-db/APKBUILD b/testing/man-db/APKBUILD
index ac50023f74..4cd749dfd1 100644
--- a/testing/man-db/APKBUILD
+++ b/testing/man-db/APKBUILD
@@ -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"