summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:33:04 +0200
committerDaniel Peukert2022-06-08 01:33:04 +0200
commit614ba59b9dc498f1e058300d2102c21dc510cccb (patch)
treefbe7895baacfb1a788741135f1299a801ddfb3ef
parentc6788c9fd6417a5c9e884492ca38726500ea8e1c (diff)
downloadaur-614ba59b9dc498f1e058300d2102c21dc510cccb.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2126bf45b5c0..2f1d0b5c07d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_sexp_conv
pkgdesc = Generation of S-expression conversion functions from type definitions
- pkgver = 0.14.3
- pkgrel = 2
+ pkgver = 0.15.1
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_sexp_conv
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = ocaml-ppx_sexp_conv
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppxlib>=0.22.0
- depends = ocaml-sexplib0>=0.14.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-ppxlib>=0.26.0
+ depends = ocaml-sexplib0>=0.15.0
options = !strip
- source = ocaml-ppx_sexp_conv-1:0.14.3-2.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.3.tar.gz
- sha256sums = 2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639
+ source = ocaml-ppx_sexp_conv-1:0.15.1-1.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.15.1.tar.gz
+ sha512sums = f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b
pkgname = ocaml-ppx_sexp_conv
diff --git a/PKGBUILD b/PKGBUILD
index b29bcadc3570..609dba2ea35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.14.3'
-pkgrel='2'
+pkgver='0.15.1'
+pkgrel='1'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppxlib>=0.22.0' 'ocaml-sexplib0>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-ppxlib>=0.26.0' 'ocaml-sexplib0>=0.15.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('2fc1f46e14016c93b0ba89a2af263e36a51957a53608751361f07ad3349c7639')
+sha512sums=('f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b')
_sourcedirectory="$_projectname-$pkgver"