[arch-commits] Commit in python-hidapi/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Apr 20 17:12:42 UTC 2020


    Date: Monday, April 20, 2020 @ 17:12:42
  Author: ffy00
Revision: 617059

upgpkg: python-hidapi 0.9.0.2-3 (remove unneeded libusb dependency)

Modified:
  python-hidapi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-20 16:34:52 UTC (rev 617058)
+++ PKGBUILD	2020-04-20 17:12:42 UTC (rev 617059)
@@ -7,11 +7,11 @@
 _pipname=hidapi
 pkgver=0.9.0.2
 _pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 url="https://github.com/trezor/cython-hidapi"
-depends=('libusb' 'python')
+depends=('python')
 makedepends=('cython' 'python-setuptools' 'udev')
 license=('custom')
 source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)



More information about the arch-commits mailing list