diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-29 03:37:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-29 03:37:35 +0000 |
commit | ce34930a04e783323d0a92208729b9e5fa1994c5 (patch) | |
tree | b1a647e06eb26544065c462a1b567150a4fc573e /community/ocaml-findlib/PKGBUILD | |
parent | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (diff) |
Sun Dec 29 03:35:02 UTC 2013
Diffstat (limited to 'community/ocaml-findlib/PKGBUILD')
-rw-r--r-- | community/ocaml-findlib/PKGBUILD | 6 |
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" |