summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2016-03-29 00:06:00 +0200
committerJakob Gahde2016-03-29 00:06:00 +0200
commit2e85a8d2770d8717cc441d2584b80cd3991f2eec (patch)
tree22ca50122493227b8dcaf2c3b34b74d426fb7937
parentc600f95362ed1802b59b5911fa0334f0ec088a29 (diff)
downloadaur-2e85a8d2770d8717cc441d2584b80cd3991f2eec.tar.gz
1.18.2-1: Version update
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD6
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0e8dbad0f2..5665fa28c442 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
+# Generated by mksrcinfo v8
+# Mon Mar 28 22:05:38 UTC 2016
pkgbase = ocaml-utop
pkgdesc = A toplevel for OCaml that supports completion, colors, and parenthesis matching
- pkgver = 1.18.1
+ pkgver = 1.18.2
pkgrel = 1
url = https://github.com/diml/utop
arch = i686
arch = x86_64
license = BSD
- depends = ocaml>=4.01.0
- depends = ocaml-findlib>=1.4.0
- depends = cppo>=1.0.1
+ depends = ocaml
+ depends = cppo
+ depends = ocaml-lambda-term
+ depends = ocaml-lwt
+ depends = ocaml-findlib
depends = ocaml-react
- depends = ocaml-lwt>=2.4.0
- depends = ocaml-camomile>=0.8
- depends = ocaml-zed>=1.2
- depends = ocaml-lambda-term>=1.2
depends = camlp4
options = !strip
- source = https://github.com/diml/utop/archive/1.18.1.tar.gz
- md5sums = d943512656806c06ecf327c37c9aa831
+ source = https://github.com/diml/utop/archive/1.18.2.tar.gz
+ md5sums = f2e548251fa888df8fbbd4921d3bf465
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 257de2bafecf..79adb5f5ca42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgname='utop'
pkgname="ocaml-${_pkgname}"
-pkgver=1.18.1
+pkgver=1.18.2
pkgrel=1
pkgdesc='A toplevel for OCaml that supports completion, colors, and parenthesis matching'
arch=('i686' 'x86_64')
url='https://github.com/diml/utop'
license=('BSD')
-depends=('ocaml>=4.01.0' 'ocaml-findlib>=1.4.0' 'cppo>=1.0.1' 'ocaml-react' 'ocaml-lwt>=2.4.0' 'ocaml-camomile>=0.8' 'ocaml-zed>=1.2' 'ocaml-lambda-term>=1.2' 'camlp4')
+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=('d943512656806c06ecf327c37c9aa831')
+md5sums=('f2e548251fa888df8fbbd4921d3bf465')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"