[arch-commits] Commit in merlin/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Mar 16 23:43:24 UTC 2019


    Date: Saturday, March 16, 2019 @ 23:43:24
  Author: archange
Revision: 442271

ocaml rebuild + FS#61988

Modified:
  merlin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 23:39:33 UTC (rev 442270)
+++ PKGBUILD	2019-03-16 23:43:24 UTC (rev 442271)
@@ -2,14 +2,14 @@
 
 pkgname=merlin
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Context sensitive completion for OCaml in Vim and Emacs"
 arch=('x86_64')
 url="https://github.com/ocaml/merlin"
 license=('MIT')
 options=('!strip')
-depends=('glibc')
-makedepends=('ocaml-findlib' 'ocaml-yojson' 'dune')
+depends=('glibc' 'ocaml-findlib')
+makedepends=('ocaml-yojson' 'dune')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('689ae38e2f50e7b02d257d502cb55e26b425b4ecb2108af9df7d769632694b17')
 



More information about the arch-commits mailing list