Skip to content

Commit f4e1529

Browse files
committed
updated for python 3.12 and arch updates
1 parent 0b8c888 commit f4e1529

File tree

3 files changed

+155
-186
lines changed

3 files changed

+155
-186
lines changed

PKGBUILD

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
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.12
6+
pkgver=0.1.13
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"
13-
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
14-
md5sums=('31bdf25623d474044301b9ff94563a3a')
13+
#source=("py3status_github_notifications-$pkgver.tar.gz")
14+
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status_github_notifications-$pkgver.tar.gz")
15+
md5sums=('08c75196286034a6d21a7bec301b150f')
1516

1617
build() {
1718
cd "$srcdir/$poetryname-$pkgver"

0 commit comments

Comments
 (0)