Skip to content

Commit 33db69f

Browse files
committed
update deps
1 parent b74353b commit 33db69f

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
pkgname=py3status-github-notifications
44
poetryname=py3status_github_notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.8
6+
pkgver=0.1.9
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
10+
depends=('py3status' 'python' 'python-pygithub')
1011
makedepends=('python-build' 'python-poetry' 'python-installer' 'python-setuptools')
1112
url="https://github.com/mcgillij/py3status-github-notifications"
1213
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
13-
md5sums=('f01657417439fe1ed96c2ffe1cbae4e0')
14+
md5sums=('53afae1a48f62d3330b224e756d39698')
1415

1516
build() {
1617
cd "$srcdir/$poetryname-$pkgver"

poetry.lock

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py3status-github-notifications"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "py3status module to show your Github notifications"
55
authors = ["mcgillij <mcgillivray.jason@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)