Skip to content

Commit 45217b4

Browse files
committed
remove local url
1 parent 5524806 commit 45217b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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")
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")
1515
md5sums=('a2a2fd23f96f21932dd358446c8f692e')
1616

1717
build() {

0 commit comments

Comments
 (0)