Skip to content

Commit cdb8f4b

Browse files
committed
update python deps
1 parent f5abf74 commit cdb8f4b

File tree

3 files changed

+182
-113
lines changed

3 files changed

+182
-113
lines changed

PKGBUILD

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

44
pkgname=py3status-http-monitor
55
pkgdesc="Python module for py3status to monitor http services"
6-
pkgver=0.1.2
6+
pkgver=0.1.3
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
depends=('python' 'py3status')
1111
makedepends=('python-setuptools')
1212
url="https://github.com/mcgillij/py3status-http-monitor"
13-
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.2/py3status-http-monitor-0.1.2.tar.gz")
14-
md5sums=('f5102f23175f091d126f91d982b3f9c1')
13+
source=("https://github.com/mcgillij/py3status-http-monitor/releases/download/0.1.3/py3status-http-monitor-0.1.3.tar.gz")
14+
md5sums=('781bf0e383ac3dd101e153a50447fb56')
1515

1616
build() {
1717
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)