Skip to content

Commit 332c51c

Browse files
committed
update for python3.12 / arch updates
1 parent 36aa1de commit 332c51c

File tree

3 files changed

+295
-316
lines changed

3 files changed

+295
-316
lines changed

PKGBUILD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ pkgver=0.1.5
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
10-
depends=('python' 'py3status' 'python-poetry' 'python-build' 'python-installer')
11-
makedepends=('python-setuptools')
10+
depends=('python' 'py3status')
11+
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")
1314
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/$pkgver/py3status_http_monitor-$pkgver.tar.gz")
14-
md5sums=('13b5f03931ed4dc2ba11146c34197945')
15+
md5sums=('229c54c94c7b6105aea2135fe79809ec')
1516

1617
build() {
1718
cd "$srcdir/py3status_http_monitor-$pkgver"

0 commit comments

Comments
 (0)