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

Jelle van der Waa jelle at archlinux.org
Wed May 26 13:03:59 UTC 2021


    Date: Wednesday, May 26, 2021 @ 13:03:58
  Author: jelle
Revision: 946635

Cleanup of python-setuptools dependency for console scripts

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 12:10:05 UTC (rev 946634)
+++ PKGBUILD	2021-05-26 13:03:58 UTC (rev 946635)
@@ -2,12 +2,12 @@
 
 pkgname=diffoscope
 pkgver=175
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
 license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 'python-distro' 'python-defusedxml'
+depends=('python-magic' 'python-libarchive-c' 'python-distro' 'python-defusedxml'
          'python-tlsh')
 optdepends=(
   'acl: access control list utilities support'



More information about the arch-commits mailing list