Skip to content

Commit

Permalink
update for python3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Dec 23, 2024
1 parent f4e1529 commit 0e8254a
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 408 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=py3status-github-notifications
poetryname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.13
pkgver=0.1.14
pkgrel=1
arch=('any')
license=('MIT')
Expand All @@ -12,7 +12,7 @@ makedepends=('python-build' 'python-poetry' 'python-installer')
url="https://github.com/mcgillij/py3status-github-notifications"
#source=("py3status_github_notifications-$pkgver.tar.gz")
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status_github_notifications-$pkgver.tar.gz")
md5sums=('08c75196286034a6d21a7bec301b150f')
md5sums=('6deaff3f68e2d2f3246b8e5d3086b8c1')

build() {
cd "$srcdir/$poetryname-$pkgver"
Expand Down
Loading

0 comments on commit 0e8254a

Please sign in to comment.