summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-06-21 18:44:06 +0200
committerJakob Gahde2016-06-21 18:44:06 +0200
commit9299385ee0a4d9ddad5ee31b5377fe0e8cba50f8 (patch)
treef53f0c6b4079e0333d7be38aa4cc6fef5329c1ec
parent2e85a8d2770d8717cc441d2584b80cd3991f2eec (diff)
downloadaur-9299385ee0a4d9ddad5ee31b5377fe0e8cba50f8.tar.gz
ocaml-utop 1.19.2-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5665fa28c442..bd5417a93699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 22:05:38 UTC 2016
+# Tue Jun 21 16:43:50 UTC 2016
pkgbase = ocaml-utop
pkgdesc = A toplevel for OCaml that supports completion, colors, and parenthesis matching
- pkgver = 1.18.2
+ pkgver = 1.19.2
pkgrel = 1
url = https://github.com/diml/utop
arch = i686
@@ -16,8 +16,8 @@ pkgbase = ocaml-utop
depends = ocaml-react
depends = camlp4
options = !strip
- source = https://github.com/diml/utop/archive/1.18.2.tar.gz
- md5sums = f2e548251fa888df8fbbd4921d3bf465
+ source = https://github.com/diml/utop/archive/1.19.2.tar.gz
+ md5sums = 0f65ab4a47cb200da4491e5866a53e4e
pkgname = ocaml-utop
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}"