[arch-commits] Commit in merlin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Jul 5 09:48:47 UTC 2018


    Date: Thursday, July 5, 2018 @ 09:48:46
  Author: archange
Revision: 352642

archrelease: copy trunk to community-x86_64

Added:
  merlin/repos/community-x86_64/PKGBUILD
    (from rev 352641, merlin/trunk/PKGBUILD)
Deleted:
  merlin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 09:48:33 UTC (rev 352641)
+++ PKGBUILD	2018-07-05 09:48:46 UTC (rev 352642)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=merlin
-pkgver=3.0.5
-pkgrel=1
-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' 'emacs')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c0e88492d609c9b161dab517af077a26d12398718b97e615684f1ba9bed00c6e')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix "/usr" \
-        --vimdir "/usr/share/vim/vimfiles" \
-        --enable-compiled-emacs-mode
-    make
-}
-
-check() {
-    cd ${pkgname}-${pkgver}
-    make test || warning "Tests failed"
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-
-    install -Dm644 LICENSE_MIT.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: merlin/repos/community-x86_64/PKGBUILD (from rev 352641, merlin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-05 09:48:46 UTC (rev 352642)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=merlin
+pkgver=3.1.0
+pkgrel=1
+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' 'emacs')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('5deb4e3d9f1eaf283e17ec7dca2f17ce768a229e1da0170844d99860f84b8bc6')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix "/usr" \
+        --vimdir "/usr/share/vim/vimfiles" \
+        --enable-compiled-emacs-mode
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+    make test || warning "Tests failed"
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+
+    install -Dm644 LICENSE_MIT.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}



More information about the arch-commits mailing list