Skip to content

Commit

Permalink
updated pyjwt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Oct 19, 2021
1 parent dd336f3 commit efa81e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ arch=('any')
license=('MIT')
makedepends=('python-setuptools' "python-dephell")
url="https://github.com/mcgillij/py3status-github-notifications"
#source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
source=("py3status-github-notifications-0.1.2.tar.gz")
md5sums=('ab135b2b9e69e33fa8b06fa6d1622f56')
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
#source=("py3status-github-notifications-0.1.2.tar.gz")
md5sums=('8533e53f01fe18595d71034829a9872c')

prepare() {
cd "$pkgname-$pkgver"
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module = "py3status_github_notifications.github_notifications"
python = "^3.9"
PyGithub = "^1.55"
py3status = "^3.36"
PyJWT = "2.1.0"
PyJWT = "2.2.0"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit efa81e0

Please sign in to comment.