Skip to content

Commit

Permalink
update deps for pyjwt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Jul 21, 2023
1 parent 8ca5608 commit 4d22870
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 168 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
pkgname=py3status-github-notifications
poetryname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.10
pkgver=0.1.11
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=('1603c9b451a20af3ef547a5f19cc5d11')
md5sums=('12503b8bedb511f120afe59ba8be18b7')

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

0 comments on commit 4d22870

Please sign in to comment.