Skip to content

Commit 5524806

Browse files
committed
update for python3.13
1 parent 5c15bdb commit 5524806

File tree

3 files changed

+207
-212
lines changed

3 files changed

+207
-212
lines changed

PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
pkgname=py3status-http-monitor
55
pkgdesc="Python module for py3status to monitor http services"
6-
pkgver=0.1.6
6+
pkgver=0.1.7
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
depends=('python' 'py3status')
1111
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
1212
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=('cc691f3e7ea1e000f453776d47f2330a')
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')
1616

1717
build() {
1818
cd "$srcdir/py3status_http_monitor-$pkgver"

0 commit comments

Comments
 (0)