Skip to content

Commit 45abd31

Browse files
committed
update to python 3.10, fix bug
1 parent 8b946eb commit 45abd31

File tree

4 files changed

+237
-206
lines changed

4 files changed

+237
-206
lines changed

PKGBUILD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33

44
pkgname=py3status-github-notifications
55
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.2
6+
pkgver=0.1.3
77
pkgrel=1
88
arch=('any')
99
license=('MIT')
1010
makedepends=('python-setuptools' "python-dephell")
1111
url="https://github.com/mcgillij/py3status-github-notifications"
12-
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
13-
#source=("py3status-github-notifications-0.1.2.tar.gz")
14-
md5sums=('8533e53f01fe18595d71034829a9872c')
12+
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.3/py3status-github-notifications-0.1.3.tar.gz")
13+
md5sums=('0348d79b18b5d0177bb545b4f88ad76d')
1514

1615
prepare() {
1716
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)