Date: Friday, February 7, 2020 @ 22:34:26 Author: arojas Revision: 374986
Update to 0.1.7 Modified: libusb-compat/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-07 21:56:17 UTC (rev 374985) +++ PKGBUILD 2020-02-07 22:34:26 UTC (rev 374986) @@ -1,16 +1,18 @@ -# Maintainer: Tom Gundersen <[email protected]> +# Maintainer: +# Contributor: Tom Gundersen <[email protected]> # Contributor: Tobias Powalowski <[email protected]> # Contributor: arjan <[email protected]> pkgname=libusb-compat -pkgver=0.1.5 -pkgrel=2 +pkgver=0.1.7 +pkgrel=1 pkgdesc="Library to enable user space application programs to communicate with USB devices" arch=('x86_64') url="http://libusb.sourceforge.net/" license=('LGPL') depends=('libusb' 'sh') -source=("https://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2") +source=("https://github.com/libusb/libusb-compat-0.1/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('0679ce38aa02498c1eea9c13398a0d2356883d574632a59c1e25274ed4925cf8') build() { cd ${pkgname}-${pkgver} @@ -22,5 +24,3 @@ cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install } - -md5sums=('2780b6a758a1e2c2943bdbf7faf740e4')
