Skip to content

Commit 41f8792

Browse files
committed
update to new poetry filename, update JWT to 2.6.0
1 parent cd6d8ed commit 41f8792

File tree

3 files changed

+414
-92
lines changed

3 files changed

+414
-92
lines changed

PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>
22

3-
pkgname=py3status-github-notifications
3+
pkgname=py3status_github_notifications
44
pkgdesc="Python module for py3status to keep track of your Github notifications."
5-
pkgver=0.1.6
5+
pkgver=0.1.7
66
pkgrel=1
77
arch=('any')
88
license=('MIT')
99
makedepends=('python-setuptools')
1010
url="https://github.com/mcgillij/py3status-github-notifications"
11-
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
12-
md5sums=('9da9d895f2f0d91fa0d463a51b8d7d69')
11+
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
12+
md5sums=('1d2e74dc9f83cb38a4ce2e67e5c9c0a8')
1313

1414
build() {
1515
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)