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.
2 parents de548dd + b51e4a0 commit cd6d8edCopy full SHA for cd6d8ed
PKGBUILD
@@ -1,16 +1,15 @@
1
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>
2
3
-
4
pkgname=py3status-github-notifications
5
pkgdesc="Python module for py3status to keep track of your Github notifications."
6
-pkgver=0.1.5
+pkgver=0.1.6
7
pkgrel=1
8
arch=('any')
9
license=('MIT')
10
makedepends=('python-setuptools')
11
url="https://github.com/mcgillij/py3status-github-notifications"
12
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
13
-md5sums=('b50c30e4e4c726826c505850503010d3')
+md5sums=('9da9d895f2f0d91fa0d463a51b8d7d69')
14
15
build() {
16
cd "$srcdir/$pkgname-$pkgver"
0 commit comments