summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwenLiangcan2015-06-10 15:30:02 +0800
committerwenLiangcan2015-06-10 15:30:02 +0800
commit7c8722d1a48bf4c2704593752c3959d85dea1d98 (patch)
treebe9075fc8d56d214c6d3887164736a5dee4503eb /PKGBUILD
parent432574897dbafb0758147615ab7c385a83b4363d (diff)
downloadaur-7c8722d1a48bf4c2704593752c3959d85dea1d98.tar.gz
Remove dependency ocaml-zed<=1.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34fd209b3a77..3d7ad9d8f0ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
srcname='utop'
pkgname="ocaml-${srcname}"
pkgver='1.17'
-pkgrel=1
+pkgrel=2
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-lambda-term>=1.2' 'cppo>=1.0.1' 'ocaml-findlib' 'ocaml-zed>=1.2' 'ocaml-zed<=1.3')
+depends=('ocaml>=4.01.0' 'ocaml-lambda-term>=1.2' 'cppo>=1.0.1' 'ocaml-findlib' 'ocaml-zed>=1.2')
source=("https://github.com/diml/utop/archive/${pkgver}.tar.gz")
options=('!strip')
md5sums=('79dcabf1b3704ee11bc55cdd92a8490c')