Date: Tuesday, May 30, 2017 @ 18:09:52 Author: anthraxx Revision: 231396
upgpkg: diffoscope 82-1 Modified: diffoscope/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-30 17:56:07 UTC (rev 231395) +++ PKGBUILD 2017-05-30 18:09:52 UTC (rev 231396) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=diffoscope -pkgver=80 +pkgver=82 pkgrel=1 pkgdesc='Tool for in-depth comparison of files, archives, and directories' url='https://diffoscope.org/' @@ -17,6 +17,8 @@ 'colord: ICC profiles support' 'cpio: cpio archive support' 'diffutils: diff utilities support' + 'docx2txt: docx comparing support' + 'dtc: device tree comparing support' 'e2fsprogs: Ext2/3/4 filesystem utilities support' 'enjarify: Android dex file support' 'fpc: Free Pascal utilities support' @@ -24,16 +26,21 @@ 'java-environment: java utilities support' 'libcaca: image compare support' 'llvm: LLVM bitcode files support' + 'odt2txt: odt comparing support' 'fontforge: bitmap font utilities support' 'gettext: GNU internationalization utilities support' 'ghc: haskell utilities support' + 'giflib: gifbuild utilities support' 'gnupg: GNU privacy guard support' 'mono: mono support' 'openssh: OpenSSH key comparing support' 'poppler: PDF utilities support' + 'r: R language support' 'sqlite: SQLite support' 'squashfs-tools: squashfs filesystem support' #'python-guestfs: guestfs filesystem support' + 'python-jsbeautifier: javascript beautifier support' + 'tcpdump: pcap matching support' 'tlsh: fuzzy matching supprt' 'unzip: zip utilities support' 'gzip: gzip utilities support' @@ -42,11 +49,11 @@ 'xz: XZ and LZMA utilities support' ) checkdepends=( - 'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick' + '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' - 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh') + 'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib') source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz) -sha512sums=('0e1f18e0a7cfcad7477cb0b013a460a3182417124c1611271f4d4d8727e5976716a8ee484d1563874739cc0268ab2a2108aae212399c734134f1dd66937c888d') +sha512sums=('a6479db5f64c91be31f59f1eebf858a0e0c90cecd3366352e5be7937898fce0649b957f5aa9669210b76ff21e085a2b0350ba09fce287e2adf96c3b0de634d5c') prepare() { cd ${pkgname}-${pkgver} @@ -64,7 +71,7 @@ # TODO: colord test fails with lcms2 >= 2.8 # disable iso9660 as output from cdrtools is different PYTHONPATH=".:${PYTHONPATH}" LC_CTYPE=en_US.UTF-8 py.test \ - -k 'not test_icc and not test_ppu and not test_iso9660' + -k 'not test_icc and not test_ppu and not test_iso9660 and not test_sqlite and not test_ico_image and not test_presenters' } package() {
