File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>
22
3- pkgname=py3status_github_notifications
3+ pkgname=py3status-github-notifications
4+ poetryname=py3status_github_notifications
45pkgdesc=" Python module for py3status to keep track of your Github notifications."
56pkgver=0.1.7
67pkgrel=1
78arch=(' any' )
89license=(' MIT' )
910makedepends=(' python-setuptools' )
1011url=" https://github.com/mcgillij/py3status-github-notifications"
11- source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver /$pkgname -$pkgver .tar.gz" )
12+ source=(" https://github.com/mcgillij/py3status-github-notifications/releases/download/$pkgver /$poetryname -$pkgver .tar.gz" )
1213md5sums=(' 1d2e74dc9f83cb38a4ce2e67e5c9c0a8' )
1314
1415build () {
15- cd " $srcdir /$pkgname -$pkgver "
16+ cd " $srcdir /$poetryname -$pkgver "
1617 python setup.py build
1718}
1819
1920package () {
20- cd " $srcdir /$pkgname -$pkgver "
21+ cd " $srcdir /$poetryname -$pkgver "
2122 python setup.py install --prefix=/usr --root=" $pkgdir " --optimize=1 --skip-build
2223}
You can’t perform that action at this time.
0 commit comments