summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Bandel2016-10-05 15:41:59 +0200
committerOliver Bandel2016-10-05 15:41:59 +0200
commit8cedb9e145bb8202018306df3c25ec0490978286 (patch)
tree797de07848133973cb6fe6a453ca8e6c6e6c5d40 /PKGBUILD
parent9c028bf32ea435a13190f8308211eafc47dda33b (diff)
downloadaur-8cedb9e145bb8202018306df3c25ec0490978286.tar.gz
ocaml-mysql 1.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8619998f70c6..d4f024f851d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Gregory BELLIER <gregory.bellier -- gmail -- com>
pkgname=ocaml-mysql
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="OCaml bindings for MySQL"
arch=('i686' 'x86_64')
url="http://ocaml-mysql.forge.ocamlcore.org/"
@@ -13,7 +13,7 @@ depends=(camlp4)
options=('!strip' 'staticlibs')
#install=
source=(https://forge.ocamlcore.org/frs/download.php/1500/ocaml-mysql-$pkgver.tar.gz)
-md5sums=('81d3bf217e4ed1829b9ea19f037dce65')
+md5sums=('776d07219ac3a6ffa000811defd91eb3')
build() {