summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2017-06-17 11:22:21 +0100
committerCharles Bos2017-06-17 11:22:21 +0100
commit632e979af40871b4f7a4f12c9d3d3e2fd8d97406 (patch)
tree07c627854c131633116658c841d5841e5f0580be
parenta05bc8629f51e95a46e1989ee278b9c84aa7ea56 (diff)
downloadaur-632e979af40871b4f7a4f12c9d3d3e2fd8d97406.tar.gz
fix icorrect wxgtk package - should have been 2, not 3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f05634079bb8..4289160878f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jun 17 10:11:19 UTC 2017
+# Sat Jun 17 10:21:18 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
@@ -13,7 +13,7 @@ pkgbase = barry
depends = libglademm
depends = libtar
depends = libxml++2.6
- depends = wxgtk3
+ depends = wxgtk2
depends = sdl
depends = libgcal
optdepends = fuse2: for mounting the BB database with bfuse
diff --git a/PKGBUILD b/PKGBUILD
index 23ff8261e53f..ff12797eb080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Barry is an Open Source application that provides a Desktop GUI, synchr
url=http://www.netdirect.ca/software/packages/barry
license=('GPL')
arch=('i686' 'x86_64')
-depends=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++2.6' 'wxgtk3' 'sdl' 'libgcal')
+depends=('libusb' 'zlib' 'libglademm' 'libtar' 'libxml++2.6' 'wxgtk2' 'sdl' 'libgcal')
optdepends=('fuse2: for mounting the BB database with bfuse'
'ppp: for tethering with pppob')
options=('!libtool')