From 9ab2f6ad6154bd1f858ec5fd21944b8015e39db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 15 Dec 2025 23:56:28 +0300 Subject: [PATCH] python3-inputs 0.5-3 --- python3-inputs/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python3-inputs/alr.sh b/python3-inputs/alr.sh index 9c85bda..ca90e7a 100644 --- a/python3-inputs/alr.sh +++ b/python3-inputs/alr.sh @@ -1,6 +1,6 @@ name='python3-inputs' version='0.5' -release='2' +release='3' desc='Cross-platform Python support for keyboards, mice and gamepads.' desc_ru='Библиотека Python для кроссплатформенной поддержки клавиатуры, мыши и геймпадов' homepage='https://github.com/zeth/inputs' @@ -56,12 +56,12 @@ checksums=('blake2b-256:d1cd5f434220920f76eb73d19bb7aab8d857445f40aa642718e6e51e build() { cd "$srcdir/inputs-${version}" - python -m build --wheel --no-isolation + python3 -m build --wheel --no-isolation } package() { cd "$srcdir/inputs-${version}" - python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl + python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl } files() {