From 248326bb29a39c6520afce1f18106fe557381347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Tue, 26 Nov 2019 19:32:29 +0100 Subject: [PATCH] libusb: update to 1.0.23. --- srcpkgs/libusb/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libusb/template b/srcpkgs/libusb/template index 19820329c41..3660d0a45fd 100644 --- a/srcpkgs/libusb/template +++ b/srcpkgs/libusb/template @@ -1,17 +1,16 @@ # Template file for 'libusb' pkgname=libusb -version=1.0.22 +version=1.0.23 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="eudev-libudev-devel" -short_desc="A library which allows userspace access to USB devices" +short_desc="Library which allows userspace access to USB devices" maintainer="Orphaned " license="LGPL-2.1-or-later" -homepage="http://libusb.info" -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" -checksum=75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157 -disable_parallel_build=yes +homepage="https://libusb.info" +distfiles="https://github.com/libusb/libusb/releases/download/v${version}/libusb-${version}.tar.bz2" +checksum=db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d libusb-devel_package() { short_desc+=" - development files" @@ -22,4 +21,4 @@ libusb-devel_package() { vmove "/usr/lib/*.a" vmove "/usr/lib/*.so" } -} \ No newline at end of file +}