mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libgda to 5.2.8+7+ga5355eb42-2
This commit is contained in:
parent
e1714de5d6
commit
675bab0bd6
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
pkgname=(libgda libgda-{firebird,jdbc,mysql,postgres})
|
||||
pkgver=5.2.8+7+ga5355eb42
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Database access library"
|
||||
url="http://www.gnome-db.org/"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(gtksourceview3 libxslt python2 libsecret graphviz goocanvas iso-codes libgee openssl)
|
||||
makedepends=(glade libmariadbclient postgresql-libs libfbclient jdk8-openjdk intltool
|
||||
makedepends=(glade mariadb-libs postgresql-libs libfbclient jdk8-openjdk intltool
|
||||
gobject-introspection gtk-doc vala itstool gnome-common git)
|
||||
_commit=a5355eb42addc49a4dd63a8cc7d0367a09a5e60b # LIBGDA_5.2
|
||||
source=("git+https://gitlab.gnome.org/GNOME/libgda.git#commit=$_commit"
|
||||
|
@ -98,7 +98,7 @@ package_libgda-jdbc() {
|
|||
|
||||
package_libgda-mysql() {
|
||||
pkgdesc="libgda provider for MySQL"
|
||||
depends=(libgda libmariadbclient)
|
||||
depends=(libgda mariadb-libs)
|
||||
_packageprovider mysql
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue