summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonard de Ruijter2016-03-29 12:15:01 +0200
committerLeonard de Ruijter2016-03-29 12:15:01 +0200
commitb2fb91547873cf95f67213b364ecb62e0636a254 (patch)
tree16b63d76cb113199a50e321fc92bb5418f070e09 /PKGBUILD
parentd93d05a5f1d2a615977a6ee0e7eb35748e338aae (diff)
downloadaur-b2fb91547873cf95f67213b364ecb62e0636a254.tar.gz
Moved biniou to dependencies array due to issue reported by @J5lx
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29c7e02b2545..3b634c9b75b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=ocaml-yojson
_oname=yojson
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='An optimized parsing and printing library for JSON'
arch=('i686' 'x86_64')
options=('!strip' 'staticlibs')
license=('BSD')
-depends=('ocaml-easy-format')
-makedepends=('ocaml-biniou' 'ocaml-findlib' 'cppo')
+depends=('ocaml-biniou' 'ocaml-easy-format')
+makedepends=('ocaml-findlib' 'cppo')
url='http://mjambon.com/yojson.html'
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
options=(!makeflags)