summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-10-06 17:39:45 +0200
committerJakob Gahde2018-10-06 17:39:45 +0200
commit591036168aa507ea158664638391479e2500f149 (patch)
tree47f761ae9623767c57afe86dedb2e60614a71bdf
parentf28a50bc516c1b229f2618d5a7ae520b0855396c (diff)
downloadaur-591036168aa507ea158664638391479e2500f149.tar.gz
ocaml-utop 2.2.0-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca173c95d39..ced661af161b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jun 27 22:33:30 UTC 2018
pkgbase = ocaml-utop
pkgdesc = A toplevel for OCaml that supports completion, colors, and parenthesis matching
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/diml/utop
arch = i686
@@ -17,8 +15,8 @@ pkgbase = ocaml-utop
depends = ocaml-camomile
depends = ocaml-react
options = !strip
- source = https://github.com/diml/utop/releases/download/2.1.0/utop-2.1.0.tbz
- md5sums = 6c63a321379069a1b9ecb7899f80087b
+ source = https://github.com/diml/utop/releases/download/2.2.0/utop-2.2.0.tbz
+ sha512sums = edacbd475c452de08e8d7c1697d0b624acc2f4854c200853664e1818ab9f9c26a3edc1c4d0a3b39bfc6f6be31440de6d45db8d342868a61fe36c4cbe4c7b5dab
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 7c1bf7290454..31cb9381110c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
pkgname="ocaml-utop"
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc='A toplevel for OCaml that supports completion, colors, and parenthesis matching'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('ocaml' 'ocaml-findlib' 'ocaml-lambda-term' 'ocaml-lwt' 'ocaml-camomile
makedepends=('dune' 'cppo')
options=('!strip')
source=("https://github.com/diml/utop/releases/download/${pkgver}/utop-${pkgver}.tbz")
-md5sums=('6c63a321379069a1b9ecb7899f80087b')
+sha512sums=('edacbd475c452de08e8d7c1697d0b624acc2f4854c200853664e1818ab9f9c26a3edc1c4d0a3b39bfc6f6be31440de6d45db8d342868a61fe36c4cbe4c7b5dab')
build() {
cd "${srcdir}/utop-${pkgver}"