summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:32:23 +0200
committerDaniel Peukert2022-06-08 01:32:23 +0200
commit412991484fafb8e6ac1fa131fac26f89d1d5ea35 (patch)
tree7e2c411caac57e6fd7b334e127689c3a73cf5c87 /PKGBUILD
parent7105f5b83301acf59173b9fc4185f171a81f3aa7 (diff)
downloadaur-412991484fafb8e6ac1fa131fac26f89d1d5ea35.tar.gz
Update janestreet packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a5891839e5c..6b93b5f460e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_optcomp'
pkgname="ocaml-$_projectname"
-pkgver='0.14.3'
+pkgver='0.15.0'
pkgrel='1'
epoch='1'
pkgdesc='Optional compilation for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.08.0' 'ocaml-base>=0.14.0' 'ocaml-stdio>=0.14.0' 'ocaml-ppxlib>=0.18.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-stdio>=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=('3601a4fc1e67b90735985015d12b12168bfacffd529ed17253b1fd512f80bf2f')
+sha512sums=('302c2ab79c46a16b8a256167958ad9a87b34a2e7ddc70c7a5476cfb0feffc7de7bebc79c272526698e87804859555176facfb04bc72f3b4373c1cb138b1264c7')
_sourcedirectory="$_projectname-$pkgver"