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

Levente Polyak anthraxx at archlinux.org
Wed Oct 3 19:29:36 UTC 2018


    Date: Wednesday, October 3, 2018 @ 19:29:35
  Author: anthraxx
Revision: 389286

upgpkg: diffoscope 103-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 18:33:25 UTC (rev 389285)
+++ PKGBUILD	2018-10-03 19:29:35 UTC (rev 389286)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=102
+pkgver=103
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -26,6 +26,7 @@
   'java-environment: java utilities support'
   'libcaca: image compare support'
   'llvm: LLVM bitcode files support'
+  'lz4: lz4 compression support'
   'odt2txt: odt comparing support'
   'fontforge: bitmap font utilities support'
   'gettext: GNU internationalization utilities support'
@@ -54,11 +55,11 @@
 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'
+  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
   'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete')
 source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('4d003041d6b5cebfa02820dd0cf38c2b8ca52ec2adc57024ea09c67d4e7ec6aab0d185f80a0f7db491d4c653f2aff94597ed248e11a4cbacc4bcb2536b0c76c5')
+sha512sums=('1cc5fb7b8d162cbc8a3aed211c8fc95f1c894f9eccd0e5535c13934253f6a7395ea92cd9c8dad066390d130cbd961f5e1ea7f302de3be8f4b833068f4c6d758e')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -74,7 +75,7 @@
 check() {
   cd ${pkgname}-${pkgver}
   PYTHONPATH=".:${PYTHONPATH}" py.test \
-    -k 'not test_gnumeric and not test_ppu'
+    -k 'not test_ppu'
 }
 
 package() {



More information about the arch-commits mailing list