summaryrefslogtreecommitdiff
path: root/community/ocaml-findlib
diff options
context:
space:
mode:
Diffstat (limited to 'community/ocaml-findlib')
-rw-r--r--community/ocaml-findlib/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD
index a78465650..1b5280d34 100644
--- a/community/ocaml-findlib/PKGBUILD
+++ b/community/ocaml-findlib/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: scj <scj archlinux us>
pkgname=ocaml-findlib
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
license=('MIT')
arch=('i686' 'x86_64')
pkgdesc='Objective Caml (OCaml) package manager'
@@ -14,7 +14,7 @@ url='http://projects.camlcity.org/projects/findlib.html'
depends=('ocaml')
source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
options=('!strip' 'zipman') # otherwise the bytecode gets broken
-md5sums=('a4c22ad5e0d38367a73cf58a25fcbebd')
+md5sums=('5d1f8238c53964fdd14387b87b48b5d9')
build() {
cd "$srcdir/findlib-$pkgver"