diff options
Diffstat (limited to 'pcr/ocaml-curl')
-rw-r--r-- | pcr/ocaml-curl/PKGBUILD | 9 |
1 files 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" |