summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-01-10 23:24:47 +0100
committerDaniel Peukert2021-01-10 23:24:47 +0100
commitebf7c0b4a17e6596a8bdba97a227fc877a329164 (patch)
treec51ac5942c7c7f787bbb28b938af3bab35e68483
parent6786c92b0adbd4a10c9de095391407f7653afef7 (diff)
downloadaur-ebf7c0b4a17e6596a8bdba97a227fc877a329164.tar.gz
Update ocaml-utop to 2.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b580542812b..8d8f62f40233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
- pkgver = 2.6.0
- pkgrel = 2
+ pkgver = 2.7.0
+ pkgrel = 1
url = https://github.com/ocaml-community/utop
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-utop
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-utop-2.6.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.6.0.tar.gz
- sha256sums = b8c2fe5762c04a1c9b4831fa39d92b7480608a2235c73c748ba629b3c017fa02
+ source = ocaml-utop-2.7.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.7.0.tar.gz
+ sha256sums = c6aaa5e1643ad220e66503820f07180cb50ae3fac49b79ed4ee27b0f733fc24c
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index a9c62c367dd7..fa4077252302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
# Contributor: wenLiangcan <boxeed at gmail dot com>
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='utop'
pkgname="ocaml-$_projectname"
-pkgver='2.6.0'
-pkgrel='2'
+pkgver='2.7.0'
+pkgrel='1'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"
@@ -14,7 +14,7 @@ depends=('ocaml>=4.03.0' 'ocaml-camomile' 'ocaml-findlib>=1.7.2' 'ocaml-lambda-t
makedepends=('cppo>=1.1.2' 'dune>=1.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('b8c2fe5762c04a1c9b4831fa39d92b7480608a2235c73c748ba629b3c017fa02')
+sha256sums=('c6aaa5e1643ad220e66503820f07180cb50ae3fac49b79ed4ee27b0f733fc24c')
_sourcedirectory="$_projectname-$pkgver"