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 +}