From 2e8374d79c5d7804072a61b1896855a461451eb3 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 3 Jun 2024 20:23:59 +0200 Subject: [PATCH] upgpkg: python-pystray 0.19.5-4 rename package function --- python-pystray/.SRCINFO | 2 +- python-pystray/PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }