Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed May 21, 2023
1 parent b74353b commit 33db69f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 34 deletions.
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +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.8
pkgver=0.1.9
pkgrel=1
arch=('any')
license=('MIT')
depends=('py3status' 'python' 'python-pygithub')
makedepends=('python-build' 'python-poetry' 'python-installer' 'python-setuptools')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
md5sums=('f01657417439fe1ed96c2ffe1cbae4e0')
md5sums=('53afae1a48f62d3330b224e756d39698')

build() {
cd "$srcdir/$poetryname-$pkgver"
Expand Down
63 changes: 32 additions & 31 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py3status-github-notifications"
version = "0.1.8"
version = "0.1.9"
description = "py3status module to show your Github notifications"
authors = ["mcgillij <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 33db69f

Please sign in to comment.