summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2023-12-17 22:53:04 +0100
committerMort Yao2023-12-17 22:53:04 +0100
commitd5dce9a03abc957c3274b9481655d66ac0ab0b6d (patch)
treef7f1f342fcf469ae54fd9d1d77830885a9660c5e
parenta92caf2165384d15ed8db38b8574d22c488270e4 (diff)
downloadaur-ocaml-yojson-git.tar.gz
ocaml-yojson-git 20231123-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a49300b20286..4af923c3b68e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Oct 19 20:08:21 UTC 2019
pkgbase = ocaml-yojson-git
pkgdesc = Low level JSON binary for OCaml
- pkgver = 20190520
+ pkgver = 20231123
pkgrel = 1
url = https://github.com/ocaml-community/yojson
arch = x86_64
@@ -11,12 +9,12 @@ pkgbase = ocaml-yojson-git
makedepends = cppo
depends = ocaml-biniou
depends = ocaml-easy-format
+ depends = ocaml-sexplib
provides = ocaml-yojson
conflicts = ocaml-yojson
options = !strip
options = staticlibs
- source = ocaml-yojson-git::git://github.com/ocaml-community/yojson.git
+ source = ocaml-yojson-git::git+https://github.com/ocaml-community/yojson.git
md5sums = SKIP
pkgname = ocaml-yojson-git
-
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() {