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

Levente Polyak anthraxx at archlinux.org
Thu Sep 27 20:26:14 UTC 2018


    Date: Thursday, September 27, 2018 @ 20:26:14
  Author: anthraxx
Revision: 386754

upgpkg: diffoscope 102-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 19:38:45 UTC (rev 386753)
+++ PKGBUILD	2018-09-27 20:26:14 UTC (rev 386754)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=99
-pkgrel=3
+pkgver=102
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -44,7 +44,7 @@
   'python-jsbeautifier: javascript beautifier support'
   'python-progressbar: show progressbar support'
   'tcpdump: pcap matching support'
-  'tlsh: fuzzy matching supprt'
+  'python-tlsh: fuzzy matching supprt'
   'unzip: zip utilities support'
   'gzip: gzip utilities support'
   'tar: tar utilities support'
@@ -55,10 +55,10 @@
 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'
-  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
+  '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=('b270fa1e56927de7fc46457cdca46b559d39b32c1c401e39946e5206d53b2bd758ea0011e2311b77fb046e1953ab2eef54f7b53d958bd61e7122bda8610093d5')
+sha512sums=('4d003041d6b5cebfa02820dd0cf38c2b8ca52ec2adc57024ea09c67d4e7ec6aab0d185f80a0f7db491d4c653f2aff94597ed248e11a4cbacc4bcb2536b0c76c5')
 
 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 and not test_berkeley_db'
+    -k 'not test_gnumeric and not test_ppu'
 }
 
 package() {



More information about the arch-commits mailing list