Skip to content

Commit

Permalink
updated for python 3.12 and arch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Apr 29, 2024
1 parent 0b8c888 commit f4e1529
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 186 deletions.
7 changes: 4 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
pkgname=py3status-github-notifications
poetryname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.12
pkgver=0.1.13
pkgrel=1
arch=('any')
license=('MIT')
depends=('py3status' 'python' 'python-pygithub')
makedepends=('python-build' 'python-poetry' 'python-installer')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
md5sums=('31bdf25623d474044301b9ff94563a3a')
#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')

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

0 comments on commit f4e1529

Please sign in to comment.