summaryrefslogtreecommitdiff
path: root/community/gsql
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-26 00:06:16 -0700
committerroot <root@rshg054.dnsready.net>2013-03-26 00:06:16 -0700
commitc16968d4179be76966c262f854c9e1fb827dc3ec (patch)
tree3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/gsql
parent32793d9a5b60ef0591c71c12ad75121d9b155adf (diff)
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/gsql')
-rw-r--r--community/gsql/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gsql/PKGBUILD b/community/gsql/PKGBUILD
index be3937b83..6b2ade1d1 100644
--- a/community/gsql/PKGBUILD
+++ b/community/gsql/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 63614 2012-02-05 12:00:35Z ibiru $
+# $Id: PKGBUILD 87004 2013-03-25 19:16:44Z bpiotrowski $
# Contributor: Michael Kanis <mkanis@gmx.de>
pkgname=gsql
pkgver=0.2.2
-pkgrel=4
+pkgrel=5
pkgdesc="Integrated database development tool for GNOME"
url="http://gsql.org/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('gtk2>=2.12' 'gtksourceview2' 'vte' 'libgnomeui' 'gconf'
'desktop-file-utils' 'libnotify')
-makedepends=('libmysqlclient' 'postgresql-libs' 'libssh')
-optdepends=('libmysqlclient' 'postgresql-libs' 'libssh')
+makedepends=('libmariadbclient' 'postgresql-libs' 'libssh')
+optdepends=('libmariadbclient' 'postgresql-libs' 'libssh')
install=gsql.install
options=(!libtool)
source=(http://gsql.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)