Date: Monday, March 26, 2018 @ 06:29:06 Author: bpiotrowski Revision: 320342
1.0.22-1 Modified: libusb/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-26 01:27:50 UTC (rev 320341) +++ PKGBUILD 2018-03-26 06:29:06 UTC (rev 320342) @@ -3,8 +3,8 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libusb -pkgver=1.0.21 -pkgrel=2 +pkgver=1.0.22 +pkgrel=1 pkgdesc='Library that provides generic access to USB devices' arch=(x86_64) url='http://libusb.info/' @@ -15,12 +15,12 @@ provides=("libusbx=$pkgver" libusb-1.0.so) conflicts=(libusbx) source=(https://github.com/libusb/libusb/releases/download/v$pkgver/libusb-$pkgver.tar.bz2) -md5sums=('1da9ea3c27b3858fa85c5f4466003e44') +md5sums=('466267889daead47674df933cea9cacb') build() { cd $pkgname-$pkgver ./configure --prefix=/usr - make -j1 + make } check() {
