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

Levente Polyak anthraxx at archlinux.org
Thu Dec 22 22:55:26 UTC 2016


    Date: Thursday, December 22, 2016 @ 22:55:26
  Author: anthraxx
Revision: 201145

upgpkg: diffoscope 64-1

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 20:17:09 UTC (rev 201144)
+++ PKGBUILD	2016-12-22 22:55:26 UTC (rev 201145)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=63
+pkgver=64
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -29,6 +29,7 @@
   'gnupg: GNU privacy guard support'
   'mono: mono support'
   'mono-tools: mono utilities support'
+  'openssh: OpenSSH key comparing support'
   'poppler: PDF utilities support'
   'sqlite: SQLite support'
   'squashfs-tools: squashfs filesystem support'
@@ -42,9 +43,9 @@
 )
 checkdepends=(
   'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc')
+  'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh')
 source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('97d7122dfbfdcdaae452cc660e8c5a2bc7bdce0e00deb70c679a55748c75bef9400e4aacb036e08cc71f508bbfec81b5abee0f7260491b6b5bdc8bb71be6c9ed')
+sha512sums=('200659589c7a688b878cb2d4e1a0e5ba3726e4da5cb9a1b2404d8d1c377b9ca98014d7738cc1235259619f252d9f3c063621eb0bf72b5ac06ee8985236b7d990')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -58,9 +59,9 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  # TODO: readd fpc
+  # TODO: readd fpc and dex
   # TODO: colord test fails with lcms2 >= 2.8
-  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu'
+  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu and not test_dex'
 }
 
 package() {



More information about the arch-commits mailing list