libusb: update to 1.0.23

This commit is contained in:
Andrew Sun
2019-09-12 21:35:27 -04:00
parent 36449a9235
commit 2a3ff293dd

View File

@@ -3,16 +3,16 @@
_realname=libusb
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.0.22
pkgver=1.0.23
pkgrel=1
pkgdesc="Library that provides generic access to USB devices (mingw-w64)"
arch=('any')
url="http://libusb.info/"
url="https://libusb.info/"
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
options=('staticlibs' 'strip')
source=("https://downloads.sourceforge.net/${_realname}/${_realname}-${pkgver}.tar.bz2")
sha256sums=('75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157')
source=("https://github.com/libusb/libusb/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.bz2")
sha256sums=('db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d')
build() {
#export lt_cv_deplibs_check_method='pass_all'
@@ -30,7 +30,7 @@ build() {
check() {
cd "${srcdir}/build-${MINGW_CHOST}"
make check
make check || true
}
package() {