summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-07-16 22:35:37 +0200
committerDaniel Peukert2022-07-16 22:35:37 +0200
commit0af0048eaf890ce6fefd102b669c8a5ccbed3204 (patch)
treec0fc4b4f9166375a454049bdcaeec136f482099a
parent304affea84319126512c70a7f0456495f2bb2cd3 (diff)
downloadaur-0af0048eaf890ce6fefd102b669c8a5ccbed3204.tar.gz
Update ocaml-utop to 2.10.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e321696e6cf..5b55067f4e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.9.2
+ pkgver = 2.10.0
pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
@@ -13,13 +13,14 @@ pkgbase = ocaml-utop
makedepends = cppo>=1.1.2
makedepends = dune>=1.0.0
depends = ocaml>=4.03.0
- depends = ocaml-camomile
depends = ocaml-findlib>=1.7.2
depends = ocaml-lambda-term>=3.1.0
+ depends = ocaml-logs
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
+ depends = ocaml-zed>=3.2.0
options = !strip
- source = ocaml-utop-2.9.2-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.9.2.tar.gz
- sha512sums = 14dd690b459cfea90c565b397b5d914add7e92b152b476ab58576dc827fa204b3d721955bfc3508bcb953778a8d6fb3b299b0293f8ddf64b3f0155fc9a0e7fda
+ source = ocaml-utop-2.10.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.10.0.tar.gz
+ sha512sums = 6f3c9b1ba670096b9f95f98ad50b8d06976390c5433650e1fa0c4dcc1fd8fdc77971a8a3b5d21cef4761b3b13b94653d1fe439780abcafe9f3ddd90f66bc6d7c
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index eabcb9464bb7..13a29608695a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.9.2'
+pkgver='2.10.0'
pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
license=('BSD')
-depends=('ocaml>=4.03.0' 'ocaml-camomile' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocaml-lwt' 'ocaml-react>=1.0.0')
+depends=('ocaml>=4.03.0' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocaml-logs' 'ocaml-lwt' 'ocaml-react>=1.0.0' 'ocaml-zed>=3.2.0')
makedepends=('cppo>=1.1.2' 'dune>=1.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('14dd690b459cfea90c565b397b5d914add7e92b152b476ab58576dc827fa204b3d721955bfc3508bcb953778a8d6fb3b299b0293f8ddf64b3f0155fc9a0e7fda')
+sha512sums=('6f3c9b1ba670096b9f95f98ad50b8d06976390c5433650e1fa0c4dcc1fd8fdc77971a8a3b5d21cef4761b3b13b94653d1fe439780abcafe9f3ddd90f66bc6d7c')
_sourcedirectory="$_projectname-$pkgver"