From 43dee569f967fa54ac4545bf43ec7ba964627b96 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 12 Jul 2019 15:04:55 -0300 Subject: testing/man-db: upgrade to 2.8.5 --- testing/man-db/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'testing/man-db') diff --git a/testing/man-db/APKBUILD b/testing/man-db/APKBUILD index 34795b73e3..adbffd8982 100644 --- a/testing/man-db/APKBUILD +++ b/testing/man-db/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox # Maintainer: pkgname=man-db -pkgver=2.8.2 +pkgver=2.8.5 pkgrel=0 pkgdesc="The man command and related utilities for examining on-line help files" url="http://www.nongnu.org/man-db/" @@ -14,7 +14,6 @@ source="http://download.savannah.nongnu.org/releases/man-db/man-db-$pkgver.tar.x triggers="man-db.trigger=/usr/share/man" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,15 +24,14 @@ build() { --disable-setuid \ --with-sections="1 1p 1x 2 2x 3 3p 3x 4 4x 5 5x 6 6x 7 7x 8 8x 9 0p tcl n l p o" \ --enable-nls \ - --with-db=db + --with-db=db \ + --with-systemdsystemunitdir=no \ + --with-systemdtmpfilesdir=no make } package() { - cd "$builddir" make DESTDIR="$pkgdir" install - rm "${pkgdir}"/usr/lib/charset.alias - rm -r "${pkgdir}"/usr/lib/tmpfiles.d # systemd } -sha512sums="ffd6c3ba605da419c819dcad10edf713242074a035ce405f4c97dbbd2a7e9b253f82efae1022d08d9f04591014e752ff38a3f8727e5a5cf60d33a9167cc2d8fc man-db-2.8.2.tar.xz" +sha512sums="8d1524c3b6459c9ac02d969149c18c198cb171bcd6acc493e863a466c01309958ee9f5ac52df4d7d27da29d35cb7c64132732f5b969181ab336500df2e6dad69 man-db-2.8.5.tar.xz" -- cgit v1.2.3