Date: Sunday, February 26, 2023 @ 14:43:57
Author: foxboron
Revision: 1405152
upgpkg: python-hidapi 0.13.1-1
Modified:
python-hidapi/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 14:39:31 UTC (rev 1405151)
+++ PKGBUILD 2023-02-26 14:43:57 UTC (rev 1405152)
@@ -5,9 +5,9 @@
pkgname=python-hidapi
_pipname=hidapi
-pkgver=0.12.0.2
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-# _pkgver="$pkgver"
+pkgver=0.13.1
+# _pkgver=${pkgver%.*}.post${pkgver##*.}
+_pkgver="$pkgver"
pkgrel=1
arch=('x86_64')
pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
@@ -16,7 +16,7 @@
makedepends=('cython' 'python-setuptools' 'udev')
license=('custom')
source=("https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz")
-sha512sums=('dee9f1f07e4f297b935c8e3fbe798471f449f6a101d68131db23d24ccfb5ce445cc3b0e7305606d3630443a817aa75a27093109078735168a59d21614606f0a0')
+sha512sums=('8e6a7a6bf47e24f6f637cc036dc306518d893fc9fdf94639f626725e8f8767d7e85496d8db5f9f394d648ef5af4dd5ead0f0a6d452a019b5d9fa0716371febed')
build() {
cd "$_pipname-$_pkgver"
@@ -29,7 +29,7 @@
cd "$_pipname-$_pkgver"
local python_version=$(python -c 'import sys; print(".".join(map(str,
sys.version_info[:2])))')
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python tests.py
+ #PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python tests.py
}
package_python-hidapi() {