summaryrefslogtreecommitdiff
path: root/community/gsql/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gsql/PKGBUILD')
-rw-r--r--community/gsql/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gsql/PKGBUILD b/community/gsql/PKGBUILD
index a9127c50a..6a9d647fe 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' 'mips64el')
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)