We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca5608 commit 4d22870Copy full SHA for 4d22870
PKGBUILD
@@ -3,15 +3,15 @@
3
pkgname=py3status-github-notifications
4
poetryname=py3status_github_notifications
5
pkgdesc="Python module for py3status to keep track of your Github notifications."
6
-pkgver=0.1.10
+pkgver=0.1.11
7
pkgrel=1
8
arch=('any')
9
license=('MIT')
10
depends=('py3status' 'python' 'python-pygithub')
11
makedepends=('python-build' 'python-poetry' 'python-installer')
12
url="https://github.com/mcgillij/py3status-github-notifications"
13
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/$poetryname-$pkgver.tar.gz")
14
-md5sums=('1603c9b451a20af3ef547a5f19cc5d11')
+md5sums=('12503b8bedb511f120afe59ba8be18b7')
15
16
build() {
17
cd "$srcdir/$poetryname-$pkgver"
0 commit comments