summaryrefslogtreecommitdiff
path: root/pcr/ocaml-yojson/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/ocaml-yojson/PKGBUILD')
-rw-r--r--pcr/ocaml-yojson/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/ocaml-yojson/PKGBUILD b/pcr/ocaml-yojson/PKGBUILD
index afa945947..5ae179919 100644
--- a/pcr/ocaml-yojson/PKGBUILD
+++ b/pcr/ocaml-yojson/PKGBUILD
@@ -7,15 +7,16 @@
pkgname=ocaml-yojson
_oname=yojson
pkgver=1.1.8
-pkgrel=1
+pkgrel=2
pkgdesc='An optimized parsing and printing library for JSON'
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
options=('!strip' 'staticlibs')
-license=('BSD')
+license=('BSD3')
depends=('ocaml-easy-format')
makedepends=('ocaml-biniou' 'ocaml-findlib' 'cppo')
url='http://mjambon.com/yojson.html'
source=("http://mjambon.com/releases/${_oname}/${_oname}-${pkgver}.tar.gz")
+md5sums=('e3c53004f74410c3835d851b02c1bf21')
options=(!makeflags)
build() {