summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2017-07-25 04:47:14 +0200
committerOliver Bandel2017-07-25 04:47:14 +0200
commit2976171fe9db55095307e6d5c6acd7d83b7643e4 (patch)
tree95479f8990c8c55ee076a5f517c04e6a0373ef02
parentcb3995a8c8f3a3ea2a53977784cd8153e0d6623b (diff)
downloadaur-2976171fe9db55095307e6d5c6acd7d83b7643e4.tar.gz
Adapted to use Mariadb (libmariadbclient).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324ba9a6f7e2..967b3c820344 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ocaml-mysql
pkgdesc = OCaml bindings for MySQL
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = http://ocaml-mysql.forge.ocamlcore.org/
arch = i686
arch = x86_64
license = LGPL
makedepends = ocaml
makedepends = ocaml-findlib
- makedepends = libmysqlclient
+ makedepends = libmariadbclient
depends = camlp4
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 59729d4a4253..6993079c06b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ocaml-mysql
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="OCaml bindings for MySQL"
arch=('i686' 'x86_64')
url="http://ocaml-mysql.forge.ocamlcore.org/"
license=('LGPL')
-makedepends=('ocaml' 'ocaml-findlib' 'libmysqlclient')
+makedepends=('ocaml' 'ocaml-findlib' 'libmariadbclient')
depends=(camlp4)
options=('!strip' 'staticlibs')
#install=