[arch-commits] Commit in libusb/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 10 08:23:45 UTC 2015


    Date: Saturday, October 10, 2015 @ 10:23:45
  Author: bpiotrowski
Revision: 248716

upgpkg: libusb 1.0.20-1

new upstream release

Modified:
  libusb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-10 07:09:19 UTC (rev 248715)
+++ PKGBUILD	2015-10-10 08:23:45 UTC (rev 248716)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=libusb
-pkgver=1.0.19
+pkgver=1.0.20
 pkgrel=1
 pkgdesc='Library that provides generic access to USB devices'
 arch=('i686' 'x86_64')
@@ -14,12 +14,12 @@
 provides=("libusbx=$pkgver")
 conflicts=('libusbx')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f9e2bb5879968467e5ca756cb4e1fa7e')
+md5sums=('1d4eb194eaaa2bcfbba28102768c7dbf')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
+  ./configure --prefix=/usr
+  make -j1
 }
 
 check() {



More information about the arch-commits mailing list