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 45217b4 commit f6c9782Copy full SHA for f6c9782
PKGBUILD
@@ -3,7 +3,7 @@
3
4
pkgname=py3status-http-monitor
5
pkgdesc="Python module for py3status to monitor http services"
6
-pkgver=0.1.7
+pkgver=0.1.8
7
pkgrel=1
8
arch=('any')
9
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installe
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")
15
-md5sums=('a2a2fd23f96f21932dd358446c8f692e')
+md5sums=('c423e3df8cf78e379455ffcf20ae1f5c')
16
17
build() {
18
cd "$srcdir/py3status_http_monitor-$pkgver"
0 commit comments