summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-04-26 08:32:00 +0200
committerDaniel Peukert2020-04-26 08:32:00 +0200
commita55e314c26d0ea8094b2e68874493f1b87164af1 (patch)
tree1758a6af871075b3c0255752e7d23a07c57fee2e
parentd5ac3f303056fce5684251cb8cfa6422c31f1736 (diff)
downloadaur-a55e314c26d0ea8094b2e68874493f1b87164af1.tar.gz
Updated ocaml-utop to 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24efb01ecf84..f1b8381e6832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.4.3
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = ocaml-utop
depends = ocaml>=4.03.0
depends = ocaml-camomile
depends = ocaml-findlib>=1.7.2
- depends = ocaml-lambda-term>=2.0.0
+ depends = ocaml-lambda-term>=3.0.0
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-utop-2.4.3-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.4.3.tar.gz
- sha256sums = 3c882347d4673a20a524101cfdd724c3652dfc9a59598f7d3ef8cb2881bc1784
+ source = ocaml-utop-2.5.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.5.0.tar.gz
+ sha256sums = bc4170cb455c52ee8915d7139b3ed6fef13eb124a1171e8f719bb090effc6e7f
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 234eebea006f..8da7a6c8bb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.4.3'
+pkgver='2.5.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>=2.0.0' 'ocaml-lwt' 'ocaml-react>=1.0.0')
+depends=('ocaml>=4.03.0' 'ocaml-camomile' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-term>=3.0.0' 'ocaml-lwt' 'ocaml-react>=1.0.0')
makedepends=('cppo>=1.1.2' 'dune>=1.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('3c882347d4673a20a524101cfdd724c3652dfc9a59598f7d3ef8cb2881bc1784')
+sha256sums=('bc4170cb455c52ee8915d7139b3ed6fef13eb124a1171e8f719bb090effc6e7f')
_sourcedirectory="$_projectname-$pkgver"