Skip to content

Commit 8ed792a

Browse files
committed
fix up the PKGBUILD for AUR package
1 parent 41f8792 commit 8ed792a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

PKGBUILD

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
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
45
pkgdesc="Python module for py3status to keep track of your Github notifications."
56
pkgver=0.1.7
67
pkgrel=1
78
arch=('any')
89
license=('MIT')
910
makedepends=('python-setuptools')
1011
url="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")
1213
md5sums=('1d2e74dc9f83cb38a4ce2e67e5c9c0a8')
1314

1415
build() {
15-
cd "$srcdir/$pkgname-$pkgver"
16+
cd "$srcdir/$poetryname-$pkgver"
1617
python setup.py build
1718
}
1819

1920
package() {
20-
cd "$srcdir/$pkgname-$pkgver"
21+
cd "$srcdir/$poetryname-$pkgver"
2122
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
2223
}

0 commit comments

Comments
 (0)