diff options
author | Daniel Peukert | 2020-06-02 00:16:26 +0200 |
---|---|---|
committer | Daniel Peukert | 2020-06-02 00:16:26 +0200 |
commit | e7e40db3cd9b1d4a48033f506625a285bddaf3a1 (patch) | |
tree | 5bc0c8a8f84d93c8b9c71d8dd219137ac0135828 /PKGBUILD | |
parent | c114a4f5b231e1fd9a8e44b249af1677b3f0a37d (diff) | |
download | aur-e7e40db3cd9b1d4a48033f506625a285bddaf3a1.tar.gz |
Updated janestreet packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,18 +2,18 @@ # Contributor: Jakob Gahde <j5lx@fmail.co.uk> _projectname='ppx_expect' pkgname="ocaml-$_projectname" -pkgver='0.13.1' -pkgrel='2' +pkgver='0.14.0' +pkgrel='1' epoch='1' pkgdesc='Cram like framework for OCaml' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/janestreet/$_projectname" license=('MIT') -depends=('ocaml>=4.04.2' 'ocaml-base>=0.13.0' 'ocaml-ppx_assert>=0.13.0' 'ocaml-ppx_compare>=0.13.0' 'ocaml-ppx_custom_printf>=0.13.0' 'ocaml-ppx_fields_conv>=0.13.0' 'ocaml-ppx_here>=0.13.0' 'ocaml-ppx_inline_test>=0.13.0' 'ocaml-ppx_sexp_conv>=0.13.0' 'ocaml-ppx_variants_conv>=0.13.0' 'ocaml-ppxlib>=0.9.0' 'ocaml-re>=1.8.0' 'ocaml-stdio>=0.13.0') -makedepends=('dune>=1.5.1') +depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppx_here>=0.14.0' 'ocaml-ppx_inline_test>=0.14.0' 'ocaml-ppxlib>=0.11.0' 'ocaml-re>=1.8.0' 'ocaml-stdio>=0.14.0') +makedepends=('dune>=2.0.0') options=('!strip') source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('4d19571d7dcef21de581cc477177fd29722f2724a925c36a763fe98fa31f22e1') +sha256sums=('000a0d5978a8de3a620cd3d26008f2d19c3acf7aec69aeabb05b3c2143748c53') _sourcedirectory="$_projectname-$pkgver" |