summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-01-05 21:50:09 +0100
committerDaniel Peukert2023-01-05 21:50:09 +0100
commitfbeec53b28f32a63f2c6b35f6167762a94ba41b6 (patch)
treef1783ca4cc022813df52affa3e7e0b6203294224
parent0ead6040871d073600228ac89eebcf470981c263 (diff)
downloadaur-fbeec53b28f32a63f2c6b35f6167762a94ba41b6.tar.gz
Update ocaml-utop to 2.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0976ccb9fb35..171a64927d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.10.0
- pkgrel = 2
+ pkgver = 2.11.0
+ pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ocaml-utop
license = BSD
makedepends = cppo>=1.1.2
makedepends = dune>=1.0.0
- depends = ocaml>=4.03.0
+ depends = ocaml>=4.08.0
depends = ocaml-findlib>=1.7.2
depends = ocaml-lambda-term>=3.1.0
depends = ocaml-logs
@@ -20,7 +20,7 @@ pkgbase = ocaml-utop
depends = ocaml-react>=1.0.0
depends = ocaml-zed>=3.2.0
options = !strip
- source = ocaml-utop-2.10.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.10.0.tar.gz
- sha512sums = 6f3c9b1ba670096b9f95f98ad50b8d06976390c5433650e1fa0c4dcc1fd8fdc77971a8a3b5d21cef4761b3b13b94653d1fe439780abcafe9f3ddd90f66bc6d7c
+ source = ocaml-utop-2.11.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.11.0.tar.gz
+ sha512sums = ebc27219b0345ab1478499221756806874c430f81aa9f40e7d482d0fd948750919d631b6159faec19fef0d23d14e6a115e6b21a5aa724ce1534e000e5d35bdae
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 8ad614c48477..8e62e375aa3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.10.0'
-pkgrel='2'
+pkgver='2.11.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-findlib>=1.7.2' 'ocaml-lambda-term>=3.1.0' 'ocaml-logs' 'ocaml-lwt' 'ocaml-react>=1.0.0' 'ocaml-zed>=3.2.0')
+depends=('ocaml>=4.08.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=('6f3c9b1ba670096b9f95f98ad50b8d06976390c5433650e1fa0c4dcc1fd8fdc77971a8a3b5d21cef4761b3b13b94653d1fe439780abcafe9f3ddd90f66bc6d7c')
+sha512sums=('ebc27219b0345ab1478499221756806874c430f81aa9f40e7d482d0fd948750919d631b6159faec19fef0d23d14e6a115e6b21a5aa724ce1534e000e5d35bdae')
_sourcedirectory="$_projectname-$pkgver"