Skip to content

Commit

Permalink
Merge pull request #3 from mcgillij/update_deps
Browse files Browse the repository at this point in the history
update dependencies to current Arch
  • Loading branch information
mcgillij authored Sep 22, 2022
2 parents de548dd + b51e4a0 commit cd6d8ed
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 248 deletions.
5 changes: 2 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>


pkgname=py3status-github-notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.5
pkgver=0.1.6
pkgrel=1
arch=('any')
license=('MIT')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver/py3status-github-notifications-$pkgver.tar.gz")
md5sums=('b50c30e4e4c726826c505850503010d3')
md5sums=('9da9d895f2f0d91fa0d463a51b8d7d69')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
Loading

0 comments on commit cd6d8ed

Please sign in to comment.