summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2017-06-17 11:12:00 +0100
committerCharles Bos2017-06-17 11:12:00 +0100
commita05bc8629f51e95a46e1989ee278b9c84aa7ea56 (patch)
tree445bf7949a2689cdba342f4be2140eee4a9d853b
parent499054ceb82c290a67a9cb09805dae8b193f6474 (diff)
downloadaur-a05bc8629f51e95a46e1989ee278b9c84aa7ea56.tar.gz
fix a few outdated dependency names
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cafdbbfe7aba..f05634079bb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 15:04:28 UTC 2016
+# Sat Jun 17 10:11:19 UTC 2017
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.5
- pkgrel = 3
+ pkgrel = 4
url = http://www.netdirect.ca/software/packages/barry
arch = i686
arch = x86_64
@@ -12,11 +12,11 @@ pkgbase = barry
depends = zlib
depends = libglademm
depends = libtar
- depends = libxml++
- depends = wxgtk
+ depends = libxml++2.6
+ depends = wxgtk3
depends = sdl
depends = libgcal
- optdepends = fuse: for mounting the BB database with bfuse
+ optdepends = fuse2: for mounting the BB database with bfuse
optdepends = ppp: for tethering with pppob
options = !libtool
source = http://sourceforge.net/projects/barry/files/barry/barry-0.18.4/sources/debian/barry_0.18.5.orig.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dea9632fdabe..23ff8261e53f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=barry
pkgver=0.18.5
-pkgrel=3
+pkgrel=4
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=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++' 'wxgtk' 'sdl' 'libgcal')
-optdepends=('fuse: for mounting the BB database with bfuse'
+depends=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++2.6' 'wxgtk3' 'sdl' 'libgcal')
+optdepends=('fuse2: for mounting the BB database with bfuse'
'ppp: for tethering with pppob')
options=('!libtool')
source=("http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-0.18.4/sources/debian/${pkgname}_${pkgver}.orig.tar.gz"