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

Filipe Laíns ffy00 at archlinux.org
Sun Nov 1 21:58:27 UTC 2020


    Date: Sunday, November 1, 2020 @ 21:58:26
  Author: ffy00
Revision: 739054

add soname provides (0.10.0-2)

Modified:
  hidapi/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-01 21:36:41 UTC (rev 739053)
+++ PKGBUILD	2020-11-01 21:58:26 UTC (rev 739054)
@@ -5,7 +5,7 @@
 
 pkgname=hidapi
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
 arch=(x86_64)
 url='https://github.com/libusb/hidapi'
@@ -13,6 +13,7 @@
 makedepends=('systemd' 'systemd-libs' 'libusb')
 optdepends=('libusb: for the libusb backend -- hidapi-libusb.so'
             'libudev.so: for the hidraw backend -- hidapi-hidraw.so')
+provides=('libhidapi-hidraw.so' 'libhidapi-libusb.so')
 source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('469f9bc67e4c942e50c65725758e234d1876e99d3a80d7e92af768899794c03dfbcda66adf2f9d6304b8b2db7832d3d36f3e226f475f0233eb9f493ca14da73b')
 



More information about the arch-commits mailing list