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

Alexander Rødseth arodseth at archlinux.org
Fri Feb 1 20:06:23 UTC 2019


    Date: Friday, February 1, 2019 @ 20:06:23
  Author: arodseth
Revision: 429124

upgpkg: opam 2.0.3-1

Modified:
  opam/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-01 18:52:45 UTC (rev 429123)
+++ PKGBUILD	2019-02-01 20:06:23 UTC (rev 429124)
@@ -2,27 +2,26 @@
 # Contributor: Vincent B. <vb at luminar.eu.org>
 
 pkgname=opam
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.3
+pkgrel=1
 pkgdesc='OCaml package manager'
-arch=('x86_64')
+arch=(x86_64)
 url='https://opam.ocaml.org/'
-license=('GPL')
-depends=('bubblewrap' 'ocaml-compiler-libs' 'unzip')
+license=(GPL)
+depends=(bubblewrap ocaml-compiler-libs unzip)
 optdepends=('darcs: For downloading packages with darcs'
             'git: For downloading packages with git'
             'mercurial: For downloading packages with mercurial'
             'rsync: For downloading packages with rsync')
 source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
-sha256sums=('81f7f1b661a0c1e04642fe02d0bea5524b32aa2cbed0ecf9b18d7145324ed97c')
+sha256sums=('0589da4da184584a5445d59385009536534f60bc0e27772245b2f49e5fa8f0e2')
 
 build() {
   cd "opam-full-$pkgver"
   ./configure --prefix=/usr
-  make \
+  make lib-ext all -j1 \
     OCAMLC='ocamlc -unsafe-string' \
-    OCAMLOPT='ocamlopt -unsafe-string' \
-    lib-ext all -j1
+    OCAMLOPT='ocamlopt -unsafe-string'
 }
 
 package() {



More information about the arch-commits mailing list