[arch-commits] Commit in diffoscope/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Tue May 8 23:05:41 UTC 2018
Date: Tuesday, May 8, 2018 @ 23:05:41
Author: anthraxx
Revision: 319715
upgpkg: diffoscope 94-1
Modified:
diffoscope/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-08 22:54:36 UTC (rev 319714)
+++ PKGBUILD 2018-05-08 23:05:41 UTC (rev 319715)
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=diffoscope
-pkgver=93
+pkgver=94
pkgrel=1
pkgdesc='Tool for in-depth comparison of files, archives, and directories'
url='https://diffoscope.org/'
@@ -58,7 +58,7 @@
'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.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('2788347513482e0ba26eeca190ec0f124de3c7b81e12a9f33d48ab015d095980e9276440c4a659e070282fc8a4fef2b16c1295a9f34f772489f064e9ee4f78eb')
+sha512sums=('cdb5823b5baca2039182897cedd9e0ab216f6a7f6b0fc22afaa5a38710b5b2404077d59f3c9293adb650c0f817707d0b95fce684852ee93f6dafa55172a64b15')
prepare() {
cd ${pkgname}-${pkgver}
@@ -74,7 +74,7 @@
check() {
cd ${pkgname}-${pkgver}
PYTHONPATH=".:${PYTHONPATH}" py.test \
- -k 'not test_rlib and not test_progress and not test_ppu and not test_elf and not test_icc'
+ -k 'not test_rlib and not test_progress and not test_ppu and not test_elf and not test_icc and not test_berkeley_db'
}
package() {
More information about the arch-commits
mailing list