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 5524806 commit 45217b4Copy full SHA for 45217b4
PKGBUILD
@@ -10,8 +10,8 @@ license=('MIT')
10
depends=('python' 'py3status')
11
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
12
url="https://github.com/mcgillij/py3status-http-monitor"
13
-source=("py3status_http_monitor-$pkgver.tar.gz")
14
-#source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/$pkgver/py3status_http_monitor-$pkgver.tar.gz")
+#source=("py3status_http_monitor-$pkgver.tar.gz")
+source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/$pkgver/py3status_http_monitor-$pkgver.tar.gz")
15
md5sums=('a2a2fd23f96f21932dd358446c8f692e')
16
17
build() {
0 commit comments