[arch-commits] Commit in diffoscope/trunk (PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Sat Oct 19 19:58:24 UTC 2019
Date: Saturday, October 19, 2019 @ 19:58:24
Author: sangy
Revision: 517558
upgpkg: diffoscope 126-1
Note: checkdepend on java is <=10 now so as to pass the tests.
Modified:
diffoscope/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-19 19:50:05 UTC (rev 517557)
+++ PKGBUILD 2019-10-19 19:58:24 UTC (rev 517558)
@@ -1,7 +1,7 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=diffoscope
-pkgver=125
+pkgver=126
pkgrel=1
pkgdesc='Tool for in-depth comparison of files, archives, and directories'
url='https://diffoscope.org/'
@@ -56,11 +56,11 @@
makedepends=('help2man' 'python-docutils')
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' 'lz4'
+ 'java-environment<=10' '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)
-sha512sums=('211eb428a4bd5d298f73ceccaf68a856f39d3e728329d790cf2ce990f44c0d25f254323990d9e73c08239022e678f10d131a28569fc83d929088bd0ef60bdf9b')
+sha512sums=('df6f3064124dae8af5a5de59c79d0f0d1bb126b2f254174d0fe0dbe20e592e26a983b64e6685b38bdc3d97948b62812df4faa14fe6fdf0d06928c2c4145b7618')
prepare() {
More information about the arch-commits
mailing list