From 1bc4eb6a6d7339e4e9f7820c91e00e62264261c6 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 30 Apr 2015 03:41:50 -0500 Subject: ocaml-curl-0.5.3-5: rebuild --- pcr/ocaml-curl/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pcr/ocaml-curl/PKGBUILD b/pcr/ocaml-curl/PKGBUILD index 193218c5a..40cb3f217 100644 --- a/pcr/ocaml-curl/PKGBUILD +++ b/pcr/ocaml-curl/PKGBUILD @@ -5,15 +5,16 @@ pkgname=ocaml-curl pkgver=0.5.3 -pkgrel=3 +pkgrel=5 pkgdesc="OCaml bindings to libcurl networking library" -arch=('i686' 'x86_64' 'mips64el') -license=('BSD') +arch=('i686' 'x86_64') +license=('MIT') depends=('ocaml' 'curl>=7.9.8') makedepends=('ocaml-findlib') -options=(!strip !makeflags) +options=('!strip' '!makeflags' 'staticlibs') url='http://sourceforge.net/projects/ocurl/' source=("http://sourceforge.net/projects/ocurl/files/ocurl/$pkgver/ocurl-$pkgver.tgz") +md5sums=('c8b955e51f79dd2c62ab89577b27fe37') build() { cd "$srcdir/ocurl" -- cgit v1.2.3-2-g168b