upgpkg: python-pystray 0.19.5-4

rename package function
This commit is contained in:
Giovanni Harting 2024-06-03 20:23:59 +02:00
parent c2e1455d3e
commit 2e8374d79c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
}