Skip to content

Commit 36aa1de

Browse files
committed
update to right download url
1 parent bfa186c commit 36aa1de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PKGBUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ license=('MIT')
1010
depends=('python' 'py3status' 'python-poetry' 'python-build' 'python-installer')
1111
makedepends=('python-setuptools')
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/0.1.4/py3status-http-monitor-0.1.4.tar.gz")
13+
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/$pkgver/py3status_http_monitor-$pkgver.tar.gz")
1514
md5sums=('13b5f03931ed4dc2ba11146c34197945')
1615

1716
build() {

0 commit comments

Comments
 (0)