Skip to content

Commit

Permalink
update to python 3.10, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Dec 13, 2021
1 parent 8b946eb commit 45abd31
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 206 deletions.
7 changes: 3 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

pkgname=py3status-github-notifications
pkgdesc="Python module for py3status to keep track of your Github notifications."
pkgver=0.1.2
pkgver=0.1.3
pkgrel=1
arch=('any')
license=('MIT')
makedepends=('python-setuptools' "python-dephell")
url="https://github.com/mcgillij/py3status-github-notifications"
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.2/py3status-github-notifications-0.1.2.tar.gz")
#source=("py3status-github-notifications-0.1.2.tar.gz")
md5sums=('8533e53f01fe18595d71034829a9872c')
source=("https://github.com/mcgillij/py3status-github-notifications/releases/download/0.1.3/py3status-github-notifications-0.1.3.tar.gz")
md5sums=('0348d79b18b5d0177bb545b4f88ad76d')

prepare() {
cd "$pkgname-$pkgver"
Expand Down
Loading

0 comments on commit 45abd31

Please sign in to comment.