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

Levente Polyak anthraxx at archlinux.org
Thu Sep 24 22:14:17 UTC 2020


    Date: Thursday, September 24, 2020 @ 22:14:17
  Author: anthraxx
Revision: 711940

upgpkg: diffoscope 160-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 22:08:35 UTC (rev 711939)
+++ PKGBUILD	2020-09-24 22:14:17 UTC (rev 711940)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=146
+pkgver=160
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -63,9 +63,9 @@
   'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('7be691c689ec3309985e83e07924c1726ff8e16e774209ec8c4a9e47446a49e75fb9a10a510a64344d5f4c8222fbfc9f964d93e4f5eec3379b2ff131880ad9bc'
+sha512sums=('6bcbeb8ee92e821f1126dcdff4ebe2ed7cf64563a150e566ad918b516fb6e7f4874e7cd7801e7b19be2d20ecf4f7975b15a0674e26867a786bec12286fe4941c'
             'SKIP')
-b2sums=('ab6f59ec127b90fc4feaa077f764ca263c4f3ff573f27013905a0b11b3e0b5e4cd33f22fcba48a1d8ffce1d3a3f703a7e7e047982200134271e9a8f9faf06db7'
+b2sums=('2866a1d570e5ebe5f99f0d8dc4a034b7f5d384e2f1e85a1d1f9463391c7425c6ddbdf9d98e5203a68dc00e46c6834e39bcef7c6e275a69ea7f30c6244c2da814'
         'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb <chris at chris-lamb.co.uk>"
 
@@ -84,7 +84,7 @@
 check() {
   cd ${pkgname}-${pkgver}
   PYTHONPATH=".:${PYTHONPATH}" py.test \
-    -k 'not test_ppu and not test_superblock' # unsquashfs output differs from fixture.
+    -k 'not test_ppu and not test_superblock and not test_wasm' # unsquashfs output differs from fixture.
     # ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
 }
 



More information about the arch-commits mailing list