summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2017-07-26 22:39:49 +0200
committerfenuks2017-07-26 22:39:49 +0200
commit33d3b6fc7ff2b5ccb8c10c36ab799d271f3a1f09 (patch)
treee65186787faba6e0310759da5955222ec0052e46
parent81b3453ba49cd48830726463c8049ffcd62e1e23 (diff)
downloadaur-33d3b6fc7ff2b5ccb8c10c36ab799d271f3a1f09.tar.gz
Update to 2.5.0-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a87984f68080..9b2670a43235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 18:56:36 UTC 2017
+# Wed Jul 26 20:39:19 UTC 2017
pkgbase = merlin
- pkgdesc = Context sensitive completion for OCaml in Vim and Emacs (ocamlmerlin binary only)
+ pkgdesc = Context sensitive completion for OCaml in Vim and Emacs
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml/merlin
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c773f2693b00..becd74fb5e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=merlin
pkgver=2.5.0
-pkgrel=1
-pkgdesc="Context sensitive completion for OCaml in Vim and Emacs (ocamlmerlin binary only)"
+pkgrel=2
+pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
arch=('i686' 'x86_64')
depends=('ocaml' 'ocaml-biniou' 'ocaml-findlib' 'ocaml-yojson' 'python2')
makedepends=('make')