Skip to content

Commit 4d22870

Browse files
committed
update deps for pyjwt
1 parent 8ca5608 commit 4d22870

File tree

3 files changed

+169
-168
lines changed

3 files changed

+169
-168
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
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.10
6+
pkgver=0.1.11
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
depends=('py3status' 'python' 'python-pygithub')
1111
makedepends=('python-build' 'python-poetry' 'python-installer')
1212
url="https://github.com/mcgillij/py3status-github-notifications"
1313
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
14-
md5sums=('1603c9b451a20af3ef547a5f19cc5d11')
14+
md5sums=('12503b8bedb511f120afe59ba8be18b7')
1515

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

0 commit comments

Comments
 (0)