[arch-commits] Commit in diffoscope/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Aug 4 10:24:53 UTC 2017
Date: Friday, August 4, 2017 @ 10:24:52
Author: anthraxx
Revision: 248229
upgpkg: diffoscope 85-1
Modified:
diffoscope/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-04 10:19:41 UTC (rev 248228)
+++ PKGBUILD 2017-08-04 10:24:52 UTC (rev 248229)
@@ -1,13 +1,13 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=diffoscope
-pkgver=82
+pkgver=85
pkgrel=1
pkgdesc='Tool for in-depth comparison of files, archives, and directories'
url='https://diffoscope.org/'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 'python-distro' 'python-progressbar' 'python-defusedxml')
# TODO: python-argcomplete
optdepends=(
'acl: access control list utilities support'
@@ -53,7 +53,7 @@
'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')
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('a6479db5f64c91be31f59f1eebf858a0e0c90cecd3366352e5be7937898fce0649b957f5aa9669210b76ff21e085a2b0350ba09fce287e2adf96c3b0de634d5c')
+sha512sums=('07604fafaca2288b8dfb40a92af55a195f90b798c0ba3c50ac28cddb3677ec90c19485fb3f894892c85cc54a9b78a2f2e896b3371b25520c7505be5c01b75b39')
prepare() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list