summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMort Yao2023-12-17 22:53:04 +0100
committerMort Yao2023-12-17 22:53:04 +0100
commitd5dce9a03abc957c3274b9481655d66ac0ab0b6d (patch)
treef7f1f342fcf469ae54fd9d1d77830885a9660c5e /PKGBUILD
parenta92caf2165384d15ed8db38b8574d22c488270e4 (diff)
downloadaur-ocaml-yojson-git.tar.gz
ocaml-yojson-git 20231123-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 474125655aee..76e00826b0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mort Yao <soi@mort.ninja>
pkgname=ocaml-yojson-git
-pkgver=20190520
+pkgver=20231123
pkgrel=1
pkgdesc="Low level JSON binary for OCaml"
arch=('x86_64')
@@ -10,9 +10,9 @@ license=('BSD')
options=('!strip' 'staticlibs')
provides=('ocaml-yojson')
conflicts=('ocaml-yojson')
-depends=('ocaml-biniou' 'ocaml-easy-format')
+depends=('ocaml-biniou' 'ocaml-easy-format' 'ocaml-sexplib')
makedepends=('dune' 'cppo')
-source=("${pkgname}::git://github.com/ocaml-community/yojson.git")
+source=("${pkgname}::git+https://github.com/ocaml-community/yojson.git")
md5sums=('SKIP')
pkgver() {