Date: Thursday, August 5, 2021 @ 11:29:28
  Author: arojas
Revision: 993823

Add missing setuptools dependency (FS#71739)

Modified:
  warpinator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-08-05 11:11:03 UTC (rev 993822)
+++ PKGBUILD    2021-08-05 11:29:28 UTC (rev 993823)
@@ -4,13 +4,13 @@
 
 pkgname=warpinator
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='LAN file sender, send and receive files across the network'
 arch=('any')
 url='https://github.com/linuxmint/warpinator'
 license=('GPL3')
 depends=('gtk3' 'libnm' 'python-cryptography' 'python-gobject' 'python-grpcio' 
'python-packaging'
-         'python-protobuf' 'python-pynacl' 'python-setproctitle' 'python-xapp' 
'python-zeroconf'
+         'python-protobuf' 'python-pynacl' 'python-setproctitle' 
'python-setuptools' 'python-xapp' 'python-zeroconf'
          'xapp')
 makedepends=('meson' 'polkit')
 optdepends=('ufw: Open a firewall port for Warpinator')

Reply via email to