Date: Sunday, March 7, 2021 @ 16:09:30 Author: kpcyrd Revision: 886723
upgpkg: onionshare 2.2-5: python-setuptools cleanup Modified: onionshare/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-07 16:02:12 UTC (rev 886722) +++ PKGBUILD 2021-03-07 16:09:30 UTC (rev 886723) @@ -4,12 +4,13 @@ pkgname=onionshare pkgver=2.2 -pkgrel=4 +pkgrel=5 pkgdesc='Share a file over Tor Hidden Services anonymously and securely' url='https://github.com/micahflee/onionshare' arch=('any') license=('GPL3') -depends=('python' 'python-setuptools' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-pycryptodome' 'python-pyqt5') +depends=('python' 'hicolor-icon-theme' 'tor' 'stem' 'python-requests' 'python-pysocks' 'python-flask' 'python-flask-httpauth' 'python-pycryptodome' 'python-pyqt5') +makedepends=('python-setuptools') optdepends=( 'python-nautilus: enable Nautilus right-click extension' 'obfs4proxy: tor bridge support'
