summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2015-10-24 17:55:07 +0100
committerCharles Bos2015-10-24 17:55:07 +0100
commitc8ee95bee43678700b65517730083a12f2b0ef64 (patch)
treeb420fe5e16fc9d98322a028bccb5e7cded95d73b
parent2e2337aab237da9c3875314f9115be1b7e08269f (diff)
downloadaur-c8ee95bee43678700b65517730083a12f2b0ef64.tar.gz
update dependency - libusb replaces libusbx
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aaad271bcf2..461f816b20be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = barry
pkgdesc = Barry is an Open Source application that provides a Desktop GUI, synchronization, backup, restore and program management for BlackBerry ™ devices.
pkgver = 0.18.4
- pkgrel = 5
+ pkgrel = 6
url = http://www.netdirect.ca/software/packages/barry
install = barry.install
arch = i686
arch = x86_64
license = GPL
- depends = libusbx
+ depends = libusb
depends = zlib
depends = libglademm
depends = libtar
diff --git a/PKGBUILD b/PKGBUILD
index a73b17af2465..802ee2f506f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=barry
pkgver=0.18.4
-pkgrel=5
+pkgrel=6
pkgdesc="Barry is an Open Source application that provides a Desktop GUI, synchronization, backup, restore and program management for BlackBerry ™ devices."
url=('http://www.netdirect.ca/software/packages/barry')
license=('GPL')
arch=('i686' 'x86_64')
-depends=('libusbx' 'zlib' 'libglademm' 'libtar' 'libxml++' 'wxgtk' 'sdl' 'libgcal')
+depends=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++' 'wxgtk' 'sdl' 'libgcal')
optdepends=('fuse: for mounting the BB database with bfuse'
'ppp: for tethering with pppob')
options=('!libtool')