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

Eli Schwartz eschwartz at archlinux.org
Tue Jan 30 04:23:36 UTC 2018


    Date: Tuesday, January 30, 2018 @ 04:23:35
  Author: eschwartz
Revision: 287927

upgpkg: diffoscope 90-2

Fix manpage generation.
Depend on xxd rather than the vim implementation specifically.

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-30 04:23:31 UTC (rev 287926)
+++ PKGBUILD	2018-01-30 04:23:35 UTC (rev 287927)
@@ -2,7 +2,7 @@
 
 pkgname=diffoscope
 pkgver=90
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -47,9 +47,10 @@
   'unzip: zip utilities support'
   'gzip: gzip utilities support'
   'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
+  'xxd: xxd utilities support'
   'xz: XZ and LZMA utilities support'
 )
+makedepends=('help2man' 'python-docutils')
 checkdepends=(
   'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
   'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'



More information about the arch-commits mailing list