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

Andreas Radke andyrtr at archlinux.org
Tue Jun 2 09:43:35 UTC 2020


    Date: Tuesday, June 2, 2020 @ 09:43:34
  Author: andyrtr
Revision: 388070

upgpkg: man-db 2.9.2-1: upstream update 2.9.2

Modified:
  man-db/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-02 09:35:46 UTC (rev 388069)
+++ PKGBUILD	2020-06-02 09:43:34 UTC (rev 388070)
@@ -2,8 +2,8 @@
 # Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
 
 pkgname=man-db
-pkgver=2.9.1
-pkgrel=2
+pkgver=2.9.2
+pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="https://www.nongnu.org/man-db/"
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
 makedepends=('po4a')
-optdepends=('gzip')
+optdepends=('gzip') # covered by virtual "base" package
 backup=('etc/man_db.conf')
 conflicts=('man')
 provides=('man')
@@ -23,7 +23,7 @@
         convert-mans
 )
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson at debian.org>
-sha512sums=('ae2d1e9f293795c63f5a9a1a765478a9a59cbe5fe6f759647be5057c1ae53f90baee8d5467921f3d0102300f2111a5026eeb25f78401bcb16ce45ad790634977'
+sha512sums=('47b63c074cf61c15f82230cc35a0062ab6ded8c3229475c6667a47ca518346d0555616c5b07bb01515b31bd80cbdc9870cd05ffff35097d013252401c6927002'
             'SKIP'
             'f24a8152c82c3b99dab2c34654382512f226bb6b0e5e3b1376d577019a4cca0f4e5a9ac92c62ed7ea5cf0ed3ad94509d34f455d845bc5fb026ef908da82cd5fe'
             '0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535')
@@ -42,6 +42,7 @@
     --sbindir=/usr/bin \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --with-db=gdbm \
     --disable-setuid \
     --enable-cache-owner=root \



More information about the arch-commits mailing list