Date: Sunday, March 7, 2021 @ 16:18:33 Author: kpcyrd Revision: 886729
upgpkg: nyx 2.1.0-4: python-setuptools cleanup Modified: nyx/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-07 16:13:21 UTC (rev 886728) +++ PKGBUILD 2021-03-07 16:18:33 UTC (rev 886729) @@ -3,12 +3,13 @@ pkgname=nyx pkgver=2.1.0 -pkgrel=3 +pkgrel=4 pkgdesc='Command-line status monitor for tor' url='https://nyx.torproject.org/' arch=('any') license=('GPL3') -depends=('python' 'python-setuptools' 'python-stem' 'net-tools' 'procps-ng' 'lsof') +depends=('python' 'python-stem' 'net-tools' 'procps-ng' 'lsof') +makedepends=('python-setuptools') optdepends=('tor: tor-server to talk to') source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}) sha512sums=('69a645cc811a1b1fbd9cf0501d8f23f1a52e0e92a0598097bb0c9efb040e1895e1dd431bad93be36db0e85ca7ac32ee5c866d50d2812069a39e5160b44575a37'
