summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:27:23 +0200
committerDaniel Peukert2022-06-08 01:27:23 +0200
commit559c3cd127ec9c650e0e891987492547da32027a (patch)
tree45677366045ac9a303f05cb3fe3e49b922eccdbf
parente2829f0c84ed84e4cc22cfddc38ddaff8b252756 (diff)
downloadaur-559c3cd127ec9c650e0e891987492547da32027a.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0deaac5fd55..2a944986ff76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
- pkgver = 0.14.2
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/janestreet/parsexp
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = ocaml-parsexp
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-sexplib0>=0.14.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-sexplib0>=0.15.0
options = !strip
- source = ocaml-parsexp-0.14.2-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.2.tar.gz
- sha512sums = f16bee13ba54c67f74b93127b9c9262b644762db05756ea413691fffa4fa6112c811d65aaf78f30a32b35bd8819025c93f72455ec565e85081c74d1339683cc7
+ source = ocaml-parsexp-0.15.0-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.15.0.tar.gz
+ sha512sums = aad464435747228f7168e2700fc8d5d3a9f212196a5e9afa24dd26d6f596dd96b68ecc77eddf862990df93d74d9a935038f602b1bbeecb545651d61b70f47d3f
pkgname = ocaml-parsexp
diff --git a/PKGBUILD b/PKGBUILD
index b2ee3591f0ea..6ba20c1d72a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='parsexp'
pkgname="ocaml-$_projectname"
-pkgver='0.14.2'
+pkgver='0.15.0'
pkgrel='1'
pkgdesc='S-expression parsing library'
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-sexplib0>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-sexplib0>=0.15.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f16bee13ba54c67f74b93127b9c9262b644762db05756ea413691fffa4fa6112c811d65aaf78f30a32b35bd8819025c93f72455ec565e85081c74d1339683cc7')
+sha512sums=('aad464435747228f7168e2700fc8d5d3a9f212196a5e9afa24dd26d6f596dd96b68ecc77eddf862990df93d74d9a935038f602b1bbeecb545651d61b70f47d3f')
_sourcedirectory="$_projectname-$pkgver"