Date: Friday, January 6, 2023 @ 09:14:33 Author: jelle Revision: 1378565
upgpkg: diffoscope 231-1 Modified: diffoscope/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-06 09:07:48 UTC (rev 1378564) +++ PKGBUILD 2023-01-06 09:14:33 UTC (rev 1378565) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=diffoscope -pkgver=230 +pkgver=231 pkgrel=1 pkgdesc='Tool for in-depth comparison of files, archives, and directories' url='https://diffoscope.org/' @@ -60,7 +60,7 @@ 'xz: XZ and LZMA utilities support' 'zstd: zst compression' ) -makedepends=('help2man' 'python-docutils' 'git') +makedepends=('help2man' 'python-docutils' 'git' 'python-setuptools') checkdepends=( 'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools' @@ -67,9 +67,9 @@ 'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 'uboot-tools') source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc}) -sha512sums=('85bd5b41e92afcd8f3483839fb259d1289b4ede5525a0c92f768b27375395e55a39bb422c1ea8db0ab5cab0a812ecb12137d3acf6a7c7a59876ab1d4165d189b' +sha512sums=('c3ffefe19d8c2e26fa3ea442d81380c51cfac885d0fb6cb8ade35fac5ad7990a97e1965c661120e1cfdcc981dbeef2cc60057499946760d077fa7448888e597d' 'SKIP') -b2sums=('d27200cb53f8f3d8d90d96e1a690e7071ed2e45d76986fb95b8374ac7ea378bfd33d9765f626e87412cea085e60929c2bd5c1b868f6c823019afb72e78aa10b5' +b2sums=('abbbb8fde87f4d76ed9e43b8ac95512236e52157716daf29baa3db2fb4e97d728eb434ddb5946fd86d34571287a9fbf29aaec0ee81c0899711c3410a6de808fa' 'SKIP') validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb <[email protected]>"
