mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/glances: fix bad dep and checksum
This commit is contained in:
parent
421409931d
commit
45d067d771
@ -7,7 +7,7 @@ pkgdesc="A CLI curses based monitoring tool"
|
||||
url="http://nicolargo.github.com/glances/"
|
||||
arch="noarch"
|
||||
license="LGPL3+"
|
||||
depends="py-setuptools py-psutil py-bottle py-snmp py-batinfo py-"
|
||||
depends="py-setuptools py-psutil py-bottle py-snmp py-batinfo"
|
||||
depends_dev="python-dev py-setuptools"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
@ -22,9 +22,9 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="9a7ee4f111a722edf4901090a1f49f83 glances-2.0.tar.gz"
|
||||
sha256sums="e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94 glances-2.0.tar.gz"
|
||||
sha512sums="963c9730e254bc4b1b7f00ff5e893022b9581bc1fc97e0ab41e0c40ca816ee95d4062c87f6b8e2487e19713aff2274ca205a3407e4cd746dc51bd5848cda89db glances-2.0.tar.gz"
|
||||
md5sums="8ecb4de894aadae70513d3dac6bc5da0 glances-2.0.tar.gz"
|
||||
sha256sums="e2332eb9b52cead8ef6c0f993547f5a59fe02446e56d6e4ce81a11f9e41adf22 glances-2.0.tar.gz"
|
||||
sha512sums="9b9620b161312269921db96ef9f76ab5ac57f07318fa137feaeabd735c7a38a46edacff0f36752e65cec004e358d36b03ba75b6a3d4af8b57dcf7020506315a1 glances-2.0.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user