upgpkg: python-pystray 0.19.5-4
rename package function
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-pystray
|
pkgbase = python-pystray
|
||||||
pkgdesc = Allows to create a system tray icon
|
pkgdesc = Allows to create a system tray icon
|
||||||
pkgver = 0.19.5
|
pkgver = 0.19.5
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://github.com/moses-palmer/pystray
|
url = https://github.com/moses-palmer/pystray
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0-only
|
license = GPL-3.0-only
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=python-pystray
|
pkgname=python-pystray
|
||||||
pkgver=0.19.5
|
pkgver=0.19.5
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(GPL-3.0-only LGPL-3.0-only)
|
license=(GPL-3.0-only LGPL-3.0-only)
|
||||||
pkgdesc='Allows to create a system tray icon'
|
pkgdesc='Allows to create a system tray icon'
|
||||||
@@ -19,7 +19,7 @@ build() {
|
|||||||
python -m build --wheel --no-isolation
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package_python-pystray() {
|
package() {
|
||||||
cd pystray-$pkgver
|
cd pystray-$pkgver
|
||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user