Skip to content

Commit b51e4a0

Browse files
committed
update dependencies to current Arch
1 parent de548dd commit b51e4a0

File tree

3 files changed

+69
-248
lines changed

3 files changed

+69
-248
lines changed

PKGBUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>
22

3-
43
pkgname=py3status-github-notifications
54
pkgdesc="Python module for py3status to keep track of your Github notifications."
6-
pkgver=0.1.5
5+
pkgver=0.1.6
76
pkgrel=1
87
arch=('any')
98
license=('MIT')
109
makedepends=('python-setuptools')
1110
url="https://github.com/mcgillij/py3status-github-notifications"
1211
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
13-
md5sums=('b50c30e4e4c726826c505850503010d3')
12+
md5sums=('9da9d895f2f0d91fa0d463a51b8d7d69')
1413

1514
build() {
1615
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)