summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2017-07-25 04:47:14 +0200
committerOliver Bandel2017-07-25 04:47:14 +0200
commit2976171fe9db55095307e6d5c6acd7d83b7643e4 (patch)
tree95479f8990c8c55ee076a5f517c04e6a0373ef02 /PKGBUILD
parentcb3995a8c8f3a3ea2a53977784cd8153e0d6623b (diff)
downloadaur-2976171fe9db55095307e6d5c6acd7d83b7643e4.tar.gz
Adapted to use Mariadb (libmariadbclient).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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=