summaryrefslogtreecommitdiff
path: root/pcr/ocaml-curl
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 03:41:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 03:41:50 -0500
commit1bc4eb6a6d7339e4e9f7820c91e00e62264261c6 (patch)
tree4e6381b086c208427212d51fa9950ef60a2f934f /pcr/ocaml-curl
parent8469d3799dcfcf50e597af4560586cc6aae3e6c3 (diff)
ocaml-curl-0.5.3-5: rebuild
Diffstat (limited to 'pcr/ocaml-curl')
-rw-r--r--pcr/ocaml-curl/PKGBUILD9
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"