diff --git a/python-pystray/.SRCINFO b/python-pystray/.SRCINFO index 74d9c3d..ed2dc92 100644 --- a/python-pystray/.SRCINFO +++ b/python-pystray/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pystray pkgdesc = Allows to create a system tray icon pkgver = 0.19.5 - pkgrel = 3 + pkgrel = 4 url = https://github.com/moses-palmer/pystray arch = any license = GPL-3.0-only diff --git a/python-pystray/PKGBUILD b/python-pystray/PKGBUILD index 0a59152..46b3d17 100644 --- a/python-pystray/PKGBUILD +++ b/python-pystray/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pystray pkgver=0.19.5 -pkgrel=3 +pkgrel=4 arch=(any) license=(GPL-3.0-only LGPL-3.0-only) pkgdesc='Allows to create a system tray icon' @@ -19,7 +19,7 @@ build() { python -m build --wheel --no-isolation } -package_python-pystray() { +package() { cd pystray-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl }