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

Jelle van der Waa jelle at archlinux.org
Sun Jan 13 20:30:28 UTC 2019


    Date: Sunday, January 13, 2019 @ 20:30:27
  Author: jelle
Revision: 422951

upgpkg: diffoscope 108-1

Upstream update, added wasm functionality but disabled since tests fail

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 20:30:10 UTC (rev 422950)
+++ PKGBUILD	2019-01-13 20:30:27 UTC (rev 422951)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=107
+pkgver=108
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -49,6 +49,7 @@
   'unzip: zip utilities support'
   'gzip: gzip utilities support'
   'tar: tar utilities support'
+# 'wabt: webassembly support' unittest fails
   'xxd: xxd utilities support'
   'xz: XZ and LZMA utilities support'
 )
@@ -58,16 +59,13 @@
   '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
-        test_icc_fixture.patch::https://salsa.debian.org/reproducible-builds/diffoscope/commit/a4c38a60fe505de772f0d9ced5cca1ca5df540ba.patch)
+source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 
-sha512sums=('d46af97fad55629022eceffdc82c75a32f3649c8ff237cced373af99bfe80ce1a4f135d3d45efc0013350afec697f3fbac69b75917456501fb3ba1b4ced77071'
-            'd3415e43a271050ee01599b58d4c8c8347f3855eb4f1a2265722f014747ad749624bf08001444d6754ef78aaae46ca81fb40971b6d28ae307b54a86c13112e42')
+sha512sums=('99e12c19b08cdc0f39fb456e1e4efd26c8c84a9eb06ff544e3d870f383fd4bbe489ed68608de1139efeeda0465cf9505310dc2088aa1c329b0c74e7f44c1e845')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed '/python-magic/d' -i setup.py
-  patch -Np1 -i ${srcdir}/test_icc_fixture.patch # Fix fixture error from pytest
 }
 
 build() {



More information about the arch-commits mailing list