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

Allan McRae allan at archlinux.org
Sat Feb 20 09:24:52 UTC 2010


    Date: Saturday, February 20, 2010 @ 04:24:51
  Author: allan
Revision: 69309

upgpkg: libusb 0.1.12-4
add 'sh' dep for libusb-config script

Modified:
  libusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-20 09:04:39 UTC (rev 69308)
+++ PKGBUILD	2010-02-20 09:24:51 UTC (rev 69309)
@@ -5,12 +5,12 @@
 pkgname=libusb
 pkgver=0.1.12
 pkgrel=4
-depends=('gcc-libs')
 pkgdesc="Library to enable user space application programs to communicate with USB devices"
 arch=('i686' 'x86_64')
+groups=('base')
+depends=('gcc-libs' 'sh')
 url="http://libusb.sourceforge.net/"
 license=('LGPL')
-groups=('base')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('caf182cbc7565dac0fd72155919672e6')
 options=('!libtool')




More information about the arch-commits mailing list