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

2020-11-28 Thread Christian Hesse via arch-commits
Date: Saturday, November 28, 2020 @ 19:20:46
  Author: eworm
Revision: 765460

upgpkg: hidapi 0.10.1-1: new upstream release

Modified:
  hidapi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-28 19:12:48 UTC (rev 765459)
+++ PKGBUILD2020-11-28 19:20:46 UTC (rev 765460)
@@ -4,8 +4,8 @@
 # Contributor: Emmanuel Gil Peyrot 
 
 pkgname=hidapi
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
 arch=(x86_64)
 url='https://github.com/libusb/hidapi'
@@ -15,7 +15,7 @@
 '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')
+sha512sums=('0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"


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

2020-11-01 Thread Filipe Laíns via arch-commits
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
===
--- PKGBUILD2020-11-01 21:36:41 UTC (rev 739053)
+++ PKGBUILD2020-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')
 


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

2020-10-29 Thread Filipe Laíns via arch-commits
Date: Thursday, October 29, 2020 @ 16:41:26
  Author: ffy00
Revision: 736543

upgpkg: hidapi 0.10.0-1

Modified:
  hidapi/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 16:40:04 UTC (rev 736542)
+++ PKGBUILD2020-10-29 16:41:26 UTC (rev 736543)
@@ -4,16 +4,17 @@
 # Contributor: Emmanuel Gil Peyrot 
 
 pkgname=hidapi
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
 arch=(x86_64)
 url='https://github.com/libusb/hidapi'
 license=('GPL3' 'BSD' 'custom')
-depends=('libusb')
-conflicts=('hidapi-git')
+makedepends=('systemd' 'systemd-libs' 'libusb')
+optdepends=('libusb: for the libusb backend -- hidapi-libusb.so'
+'libudev.so: for the hidraw backend -- hidapi-hidraw.so')
 
source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652')
+sha512sums=('469f9bc67e4c942e50c65725758e234d1876e99d3a80d7e92af768899794c03dfbcda66adf2f9d6304b8b2db7832d3d36f3e226f475f0233eb9f493ca14da73b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:52:27
  Author: felixonmars
Revision: 658623

upgpkg: hidapi 0.9.0-2: reproducibility rebuild

Modified:
  hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:52:07 UTC (rev 658622)
+++ PKGBUILD2020-07-07 13:52:27 UTC (rev 658623)
@@ -5,7 +5,7 @@
 
 pkgname=hidapi
 pkgver=0.9.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'


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

2019-06-20 Thread Christian Hesse via arch-commits
Date: Friday, June 21, 2019 @ 05:33:53
  Author: eworm
Revision: 482565

upgpkg: hidapi 0.9.0-1

new upstream release

Modified:
  hidapi/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-21 02:45:33 UTC (rev 482564)
+++ PKGBUILD2019-06-21 05:33:53 UTC (rev 482565)
@@ -4,20 +4,19 @@
 # Contributor: Emmanuel Gil Peyrot 
 
 pkgname=hidapi
-pkgver=0.8.0rc1
-_hidapiver=0.8.0-rc1
-pkgrel=3
-pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Simple library for communicating with USB and Bluetooth HID devices'
 arch=(x86_64)
-url="http://www.signal11.us/oss/hidapi/";
+url='https://github.com/libusb/hidapi'
 license=('GPL3' 'BSD' 'custom')
 depends=('libusb')
 conflicts=('hidapi-git')
-source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz";)
-sha256sums=('3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61')
+source=("https://github.com/libusb/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652')
 
 build() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
 
   ./bootstrap
   ./configure --prefix=/usr
@@ -25,11 +24,11 @@
 }
 
 package() {
-  cd "${srcdir}/hidapi-hidapi-${_hidapiver}"
+  cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}/" install
 
   mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
   rm -f "${pkgdir}/usr/share/doc/hidapi/"LICENSE*
-  install -m644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m0644 LICENSE.txt LICENSE-bsd.txt LICENSE-orig.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/"
 }


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

2017-12-20 Thread Christian Hesse via arch-commits
Date: Wednesday, December 20, 2017 @ 22:17:25
  Author: eworm
Revision: 275091

upgpkg: hidapi 0.8.0rc1-3

rebuild old packages

Modified:
  hidapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-20 22:16:11 UTC (rev 275090)
+++ PKGBUILD2017-12-20 22:17:25 UTC (rev 275091)
@@ -7,7 +7,7 @@
 pkgname=hidapi
 pkgver=0.8.0rc1
 _hidapiver=0.8.0-rc1
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple library for communicating with USB and Bluetooth HID devices"
 arch=(x86_64)
 url="http://www.signal11.us/oss/hidapi/";
@@ -15,7 +15,7 @@
 depends=('libusb')
 conflicts=('hidapi-git')
 
source=("https://github.com/signal11/hidapi/archive/hidapi-${_hidapiver}.tar.gz";)
-md5sums=('069f9dd746edc37b6b6d0e3656f47199')
+sha256sums=('3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61')
 
 build() {
   cd "${srcdir}/hidapi-hidapi-${_hidapiver}"


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

2015-04-29 Thread Sergej Pupykin
Date: Wednesday, April 29, 2015 @ 10:27:27
  Author: spupykin
Revision: 132491

upgpkg: hidapi 0.8.0rc1-2

upd

Modified:
  hidapi/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 08:17:07 UTC (rev 132490)
+++ PKGBUILD2015-04-29 08:27:27 UTC (rev 132491)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Maintainer: Niels Martignène 
 # Contributor: Nicolas Avrutin 
 # Contributor: Emmanuel Gil Peyrot 


Property changes on: hidapi/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property