summaryrefslogtreecommitdiff
path: root/extra/libgda/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgda/PKGBUILD')
-rw-r--r--extra/libgda/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/libgda/PKGBUILD b/extra/libgda/PKGBUILD
index 0ade6a283..b37602f5f 100644
--- a/extra/libgda/PKGBUILD
+++ b/extra/libgda/PKGBUILD
@@ -1,24 +1,23 @@
-# $Id: PKGBUILD 156892 2012-04-23 09:08:29Z ibiru $
+# $Id: PKGBUILD 180676 2013-03-25 19:13:49Z bpiotrowski $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=libgda
-pkgver=5.0.3
-pkgrel=1.1
+pkgver=5.1.1
+pkgrel=1
pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers"
arch=(i686 x86_64 'mips64el')
license=('GPL')
depends=('gtksourceview3' 'libxslt' 'json-glib' 'db' 'ncurses' 'libsoup'
- 'libmysqlclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
+ 'libmariadbclient' 'postgresql-libs' 'python2' 'libgnome-keyring'
'hicolor-icon-theme' 'desktop-file-utils' 'graphviz' 'gdk-pixbuf2'
'iso-codes' 'openssl' 'libgcrypt' 'libldap')
makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'vala')
-[ "$CARCH" != "mips64el" ] && makedepends+=('openjdk6')
options=('!libtool')
url="http://www.gnome-db.org"
install=libgda.install
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('82d204361b794103c366bb690484d25814bfc653cb97da0dfcf7c0a13409d1cc')
+sha256sums=('41a54e60d91758d1d239e5127c856ff0412a5709e92440e9107178af928ed5e1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"