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

Levente Polyak anthraxx at archlinux.org
Sat Dec 24 23:24:06 UTC 2016


    Date: Saturday, December 24, 2016 @ 23:24:05
  Author: anthraxx
Revision: 201780

upgpkg: diffoscope 66-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 23:16:36 UTC (rev 201779)
+++ PKGBUILD	2016-12-24 23:24:05 UTC (rev 201780)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=65
+pkgver=66
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -45,7 +45,7 @@
   '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' 'openssh')
 source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('bb6939e71c77f195a656cf3f5b6eb3531da00fdc49ea22c2c36b4b51e7b2dc3f7f53c2628f8ba4dd6bbe1f57a075fad4eabe53b8a1a0f4c436b28691adff06f6')
+sha512sums=('e74b0a3110935974abc26d8ffeebe661fe7fb22304d9fa70a1dcde5de15921786e932ad19244f2b318f6ee6cbec4ce1b337562b27b1a990d998a7291f0fca9c7')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -59,9 +59,9 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  # TODO: readd fpc and dex
+  # TODO: readd fpc
   # TODO: colord test fails with lcms2 >= 2.8
-  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu and not test_dex'
+  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu'
 }
 
 package() {



More information about the arch-commits mailing list