Skip to content

Commit cd6d8ed

Browse files
authored
Merge pull request #3 from mcgillij/update_deps
update dependencies to current Arch
2 parents de548dd + b51e4a0 commit cd6d8ed

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)