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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 11:31:40 UTC 2021


    Date: Wednesday, January 13, 2021 @ 11:31:39
  Author: felixonmars
Revision: 820374

upgpkg: comtool 1.7.9-4: setuptools is no longer needed as runtime dependency

Modified:
  comtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 11:22:29 UTC (rev 820373)
+++ PKGBUILD	2021-01-13 11:31:39 UTC (rev 820374)
@@ -2,12 +2,13 @@
 
 pkgname=comtool
 pkgver=1.7.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A cross platform serial debug tools written by python"
 arch=('any')
 url="https://github.com/Neutree/COMTool"
 license=('LGPL')
-depends=('python-pyqt5' 'python-pyserial' 'python-beautifulsoup4' 'python-setuptools')
+depends=('python-pyqt5' 'python-pyserial' 'python-beautifulsoup4')
+makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Neutree/COMTool/archive/v$pkgver.tar.gz")
 sha512sums=('062dee106daaac54ea81320eced79716ec276e1023c73021f1d555a12332dfd9127373ce20ab101d0f9db74c643a5c16f856eb1e0c264f1541db3e864f5ec3cb')



More information about the arch-commits mailing list