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

Bruno Pagani archange at archlinux.org
Wed Sep 12 17:18:22 UTC 2018


    Date: Wednesday, September 12, 2018 @ 17:18:21
  Author: archange
Revision: 379872

upgpkg: dune 1.1.1-1

Modified:
  dune/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 16:11:40 UTC (rev 379871)
+++ PKGBUILD	2018-09-12 17:18:21 UTC (rev 379872)
@@ -2,19 +2,18 @@
 # Contributor: Jakob Gahde <j5lx at fmail.co.uk>
 
 pkgname=dune
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=('x86_64')
 url="https://github.com/ocaml/dune"
 license=('Apache')
-#Note: opam should be removed/moved to makedepends after https://github.com/ocaml/dune/issues/372 is fixed
-depends=('glibc' 'ocaml' 'ocaml-findlib' 'opam')
+depends=('glibc' 'ocaml' 'ocaml-findlib')
 provides=('jbuilder')
 conflicts=('jbuilder')
 replaces=('jbuilder')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('1bba92d9f1a397dd315a461fd5d3917cba84ec86a2dd164cef112851c80c2e4f')
+sha256sums=('08e3cb27c1c2fb15ec36bf1fae40e00eb6e23566c9bf5cc78bc8550ed70f4d59')
 
 build() {
     cd ${pkgname}-${pkgver}
@@ -30,10 +29,6 @@
 package() {
     cd ${pkgname}-${pkgver}
 
-    # Initialize OPAM
-    export OPAMROOT="${srcdir}"/opam
-    opam init -n
-
     # Work around the install command
     export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
     install -dm755 ${OCAMLFIND_DESTDIR}



More information about the arch-commits mailing list