Date: Friday, November 9, 2012 @ 07:29:34 Author: jgc Revision: 170680
upgpkg: libgusb 0.1.4-1 Update to 0.1.4. Add introspection support Modified: libgusb/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-09 09:15:06 UTC (rev 170679) +++ PKGBUILD 2012-11-09 12:29:34 UTC (rev 170680) @@ -2,16 +2,17 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=libgusb -pkgver=0.1.3 +pkgver=0.1.4 pkgrel=1 pkgdesc="GLib wrapper around libusb1" arch=('i686' 'x86_64') url="https://gitorious.org/gusb/" license=('LGPL2.1') -depends=('udev') +depends=('udev' 'libusbx') +makedepends=('gobject-introspection') source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz) options=('!libtool') -sha256sums=('4eebb56700d9366c513bfa8f9321a60388f61bade0236a90d66854caea97f0e6') +sha256sums=('64294a649e54df2009545f47577f41438ec50c2fc571dd7b08cf32cb14de37b9') build() { cd "$srcdir/$pkgname-$pkgver"
