summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2018-02-03 19:13:10 -0500
committerEric Bailey2018-02-03 19:13:10 -0500
commit80a5adbfb303f8a8afdbfa05b2f505fa55cbb036 (patch)
treeb584badf0dadcf3531abfe8be963e1706ae68950 /PKGBUILD
parentec0c2411d37ceae409332cf47cf617ffd43dd363 (diff)
downloadaur-80a5adbfb303f8a8afdbfa05b2f505fa55cbb036.tar.gz
Support package rename: jbuilder -> dune
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21f86277f801..7dc91ab39621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ocaml-yojson
_oname=yojson
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
pkgdesc='An optimized parsing and printing library for JSON'
arch=('i686' 'x86_64' 'armv7h')
options=('!makeflags' '!strip' 'staticlibs')
license=('BSD')
depends=('ocaml-biniou' 'ocaml-easy-format')
-makedepends=('ocaml-findlib' 'jbuilder' 'cppo')
+makedepends=('ocaml-findlib' 'dune' 'cppo')
url="https://github.com/mjambon/yojson"
source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
sha256sums=('7d06340b769ed6ff5b2171a0e820d1e8f4337aef3929090fc976efe845639146')