Skip to content

Commit

Permalink
update to new poetry filename, update JWT to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Oct 25, 2022
1 parent cd6d8ed commit 41f8792
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 92 deletions.
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>

pkgname=py3status-github-notifications
pkgname=py3status_github_notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.6
pkgver=0.1.7
pkgrel=1
arch=('any')
license=('MIT')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
md5sums=('9da9d895f2f0d91fa0d463a51b8d7d69')
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('1d2e74dc9f83cb38a4ce2e67e5c9c0a8')

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

0 comments on commit 41f8792

Please sign in to comment.