python-pynput: Update to 1.8.1

This commit is contained in:
Christoph Reiter 2025-03-25 21:13:22 +01:00
parent bdadf8a2c1
commit 75cbc8c5c4

View File

@ -3,7 +3,7 @@
_realname=pynput _realname=pynput
pkgbase=mingw-w64-python-${_realname} pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.8.0 pkgver=1.8.1
pkgrel=1 pkgrel=1
pkgdesc="Python library to monitor and control user input devices (mingw-w64)" pkgdesc="Python library to monitor and control user input devices (mingw-w64)"
arch=('any') arch=('any')
@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools") "${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip') options=('!strip')
source=("https://github.com/moses-palmer/pynput/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") source=("https://github.com/moses-palmer/pynput/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('8f654f53e63760b68cfd75b01956923ce86b4aba1fb87e8f07a72f65d56f7097') sha256sums=('72682ecdc4f2c8ac25eecaee80d068f68b5cd6966d07b8915bc9f5e8a39d6a59')
build() { build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"