Skip to content

Commit fc193c0

Browse files
committed
updates for py3status3.62
1 parent 0e8254a commit fc193c0

File tree

3 files changed

+389
-331
lines changed

3 files changed

+389
-331
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pkgname=py3status-github-notifications
44
poetryname=py3status_github_notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.14
6+
pkgver=0.1.15
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('python-build' 'python-poetry' 'python-installer')
1212
url="https://github.com/mcgillij/py3status-github-notifications"
1313
#source=("py3status_github_notifications-$pkgver.tar.gz")
1414
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status_github_notifications-$pkgver.tar.gz")
15-
md5sums=('6deaff3f68e2d2f3246b8e5d3086b8c1')
15+
md5sums=('72673db07b04c248b77c432ac188fa6a')
1616

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

0 commit comments

Comments
 (0)