We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0112552 commit b33dc10Copy full SHA for b33dc10
PKGBUILD
@@ -2,7 +2,7 @@
2
3
4
pkgname=py3status-http-monitor
5
-pkgdesc="Python daemon for controlling the fans on amdgpu cards"
+pkgdesc="Python module for py3status to monitor http services"
6
pkgver=0.1.0
7
pkgrel=1
8
arch=('any')
@@ -11,7 +11,6 @@ depends=('python' 'py3status')
11
makedepends=('python-setuptools')
12
url="https://github.com/mcgillij/py3status-http-monitor"
13
source=("py3status-http-monitor-0.1.0.tar.gz")
14
-#source=("https://github.com/mcgillij/amdfan/releases/download/0.1.7/amdfan-0.1.7.tar.gz")
15
md5sums=('dd00f7e8fb722a776b630d525e3c6d8e')
16
17
build() {
0 commit comments