upgpkg: python-pystray 0.19.5-4
rename package function
This commit is contained in:
parent
c2e1455d3e
commit
2e8374d79c
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user