Skip to content

Commit ce21cad

Browse files
committed
updated icon and deps
1 parent 45abd31 commit ce21cad

File tree

4 files changed

+311
-263
lines changed

4 files changed

+311
-263
lines changed

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +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.3
6+
pkgver=0.1.4
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.3/py3status-github-notifications-0.1.3.tar.gz")
13-
md5sums=('0348d79b18b5d0177bb545b4f88ad76d')
12+
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
13+
md5sums=('d399daec3df14da8d67800de23245864')
1414

1515
prepare() {
1616
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)