summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:31:01 +0200
committerDaniel Peukert2022-06-08 01:31:01 +0200
commitc92ed0d26ddef6d89b81e8153ae9f04127535a5e (patch)
tree1e53558d71f9c15ab47d2060f40c505986a0c7ee
parent4211a4ec22ee54444f310fffaa8b0263292757ac (diff)
downloadaur-c92ed0d26ddef6d89b81e8153ae9f04127535a5e.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 db70e890f304..13bef5f18076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_inline_test
pkgdesc = Syntax extension for writing in-line tests in ocaml code
- pkgver = 0.14.1
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_inline_test
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = ocaml-ppx_inline_test
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-time_now>=0.14.0
- depends = ocaml-ppxlib>=0.14.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-time_now>=0.15.0
+ depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_inline_test-1:0.14.1-3.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.14.1.tar.gz
- sha256sums = d7e5c1b92e5ae1e9076979852c80cb192af443ff90e2fb11b5561df032aafb63
+ source = ocaml-ppx_inline_test-1:0.15.0-1.tar.gz::https://github.com/janestreet/ppx_inline_test/archive/v0.15.0.tar.gz
+ sha512sums = 04ea3bc4fc86881d8df50340d5684b8167063293cf0eb0b2c041a6416897d878df22422ea0b8171533dfbe741d5df53a4a9d250370e36a6c7a0a27816b9d3abe
pkgname = ocaml-ppx_inline_test
diff --git a/PKGBUILD b/PKGBUILD
index cfd74a605bf1..b7a4099effaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_inline_test'
pkgname="ocaml-$_projectname"
-pkgver='0.14.1'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Syntax extension for writing in-line tests in ocaml code'
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-time_now>=0.14.0' 'ocaml-ppxlib>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-time_now>=0.15.0' 'ocaml-ppxlib>=0.23.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d7e5c1b92e5ae1e9076979852c80cb192af443ff90e2fb11b5561df032aafb63')
+sha512sums=('04ea3bc4fc86881d8df50340d5684b8167063293cf0eb0b2c041a6416897d878df22422ea0b8171533dfbe741d5df53a4a9d250370e36a6c7a0a27816b9d3abe')
_sourcedirectory="$_projectname-$pkgver"