summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:34:12 +0200
committerDaniel Peukert2022-06-08 01:34:12 +0200
commitb1c633b7a8c1068af23c96358586bd3d02929b94 (patch)
tree2dcfffe67d17fbcd4280cc2f23a4ce3cb86b6f63 /PKGBUILD
parent2f4ff21dc594ff214a260967bd4c3a14ce0245c9 (diff)
downloadaur-b1c633b7a8c1068af23c96358586bd3d02929b94.tar.gz
Update janestreet packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c3317d53491..b83e32432fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_typerep_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.14.2'
-pkgrel='2'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Generation of runtime types from type declarations'
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-typerep>=0.14.0' 'ocaml-ppxlib>=0.22.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-typerep>=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=('1670dc267cacc8ea27a0b3aab4c08ed13fd622280e8169b93cea329def583abc')
+sha512sums=('3f5bb2c70674e5f6219daa883fe948023a60558c9560c5d8e6b187e0420adf8767ce4f5cca06fe7edccd52e531b2e79d962f7fdc7502cb63280c364627621c73')
_sourcedirectory="$_projectname-$pkgver"