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

Andreas Radke andyrtr at archlinux.org
Sun Feb 4 21:14:30 UTC 2018


    Date: Sunday, February 4, 2018 @ 21:14:28
  Author: andyrtr
Revision: 315865

upgpkg: man-db 2.8.0-1

upstream update 2.8.0

Modified:
  man-db/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-04 18:57:38 UTC (rev 315864)
+++ PKGBUILD	2018-02-04 21:14:28 UTC (rev 315865)
@@ -3,14 +3,14 @@
 # Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
 
 pkgname=man-db
-pkgver=2.7.6.1
-pkgrel=3
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="A utility for reading man pages"
 arch=('x86_64')
 url="http://www.nongnu.org/man-db/"
 license=('GPL' 'LGPL')
 groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline' 'less' 'libseccomp')
 makedepends=('po4a')
 optdepends=('gzip')
 backup=('etc/man_db.conf')
@@ -21,7 +21,7 @@
 source=(https://download-mirror.savannah.gnu.org/releases/man-db/$pkgname-$pkgver.tar.xz{,.sig}
         convert-mans
         man-db.{timer,service})
-sha512sums=('623c5e7f8b7c289908b2c926f8777293b8d39aeceef0d2509d701a8b0bfa81408650f655c8608318221786c751a79ee91124b07993de5298cd7fa6d8bb737301'
+sha512sums=('06f52ecd6e7ced858a32117ea4be3ed5fc3d4428cb810d31b85dd75556e999f5badc6eb81f642b56afe2a697462ccca9fd8cc5ecfbd40f132d5a74f84f316d39'
             'SKIP'
             '0b159285da20008f0fc0afb21f1eaebd39e8df5b0594880aa0e8a913b656608b8d16bb8d279d9e62d7aae52f62cb9b2fc49e237c6711f4a5170972b38d345535'
             '2ed529500fbe18ba00ac7a6fc4c9da59e396464afb256db33f462b1127e497916602370e65e485c8d788c839f5b1b1130028502f61e1cc9ec8571ad6dd993738'
@@ -28,13 +28,6 @@
             '76f8d51866418b612a72deaf3b07134d416a6d014dd3883fa78e08683c6b08553f483a4384ac87da25ac9896faa4807842fc69c42950cefe3c1c0590883aa600')
 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson at debian.org>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # fix group in systemd tempfile
-  sed -i 's/man\ man/root\ root/' init/systemd/man-db.conf
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \



More information about the arch-commits mailing list