Skip to content

Commit 0e8254a

Browse files
committed
update for python3.13
1 parent f4e1529 commit 0e8254a

File tree

3 files changed

+403
-408
lines changed

3 files changed

+403
-408
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.13
6+
pkgver=0.1.14
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=('08c75196286034a6d21a7bec301b150f')
15+
md5sums=('6deaff3f68e2d2f3246b8e5d3086b8c1')
1616

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

0 commit comments

Comments
 (0)