[arch-commits] Commit in python-hidapi/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Nov 5 20:42:27 UTC 2021
Date: Friday, November 5, 2021 @ 20:42:27
Author: foxboron
Revision: 1037285
upgpkg: python-hidapi 0.11.0.2-1
Modified:
python-hidapi/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 20:40:19 UTC (rev 1037284)
+++ PKGBUILD 2021-11-05 20:42:27 UTC (rev 1037285)
@@ -5,9 +5,9 @@
pkgname=python-hidapi
_pipname=hidapi
-pkgver=0.10.1
-#_pkgver=${pkgver%.*}.post${pkgver##*.}
-_pkgver="$pkgver"
+pkgver=0.11.0.2
+_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=('681e3691a4b05b13abc38d305c68e448728612442d0ef12ce54d12eeebee6e18d33566c462a276d18ce5e29fad208e6fcde49bbe4b162eae5cd72ce37dea880b')
+sha512sums=('5365299ef8488561a82d2a2c911523c5d34e260f8068b4d4d26e912b6e348b328229498f0ee38d1eb9c81a969e9f91ffc7a0b9a60359f4e9d0511f8937e5ff21')
build() {
cd "$_pipname-$_pkgver"
More information about the arch-commits
mailing list