summaryrefslogtreecommitdiff
path: root/extra/libgusb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgusb/PKGBUILD')
-rw-r--r--extra/libgusb/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/libgusb/PKGBUILD b/extra/libgusb/PKGBUILD
index 002e3d1ee..5fb10ca3b 100644
--- a/extra/libgusb/PKGBUILD
+++ b/extra/libgusb/PKGBUILD
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD 144366 2011-12-05 11:59:52Z ibiru $
+# $Id: PKGBUILD 170681 2012-11-09 12:30:03Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=libgusb
-pkgver=0.1.3
-pkgrel=1.1
+pkgver=0.1.4
+pkgrel=1
pkgdesc="GLib wrapper around libusb1"
arch=('i686' 'x86_64' 'mips64el')
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"