summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2016-06-21 18:44:06 +0200
committerJakob Gahde2016-06-21 18:44:06 +0200
commit9299385ee0a4d9ddad5ee31b5377fe0e8cba50f8 (patch)
treef53f0c6b4079e0333d7be38aa4cc6fef5329c1ec /PKGBUILD
parent2e85a8d2770d8717cc441d2584b80cd3991f2eec (diff)
downloadaur-9299385ee0a4d9ddad5ee31b5377fe0e8cba50f8.tar.gz
ocaml-utop 1.19.2-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79adb5f5ca42..95fb8d41e09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='utop'
pkgname="ocaml-${_pkgname}"
-pkgver=1.18.2
+pkgver=1.19.2
pkgrel=1
pkgdesc='A toplevel for OCaml that supports completion, colors, and parenthesis matching'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('ocaml' 'cppo' 'ocaml-lambda-term' 'ocaml-lwt' 'ocaml-findlib' 'ocaml-react' 'camlp4')
source=("https://github.com/diml/utop/archive/${pkgver}.tar.gz")
options=('!strip')
-md5sums=('f2e548251fa888df8fbbd4921d3bf465')
+md5sums=('0f65ab4a47cb200da4491e5866a53e4e')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"