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

Alexander Rødseth arodseth at archlinux.org
Sat May 27 09:40:52 UTC 2017


    Date: Saturday, May 27, 2017 @ 09:40:51
  Author: arodseth
Revision: 230544

upgpkg: opam 1.2.2-3

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-27 09:13:13 UTC (rev 230543)
+++ PKGBUILD	2017-05-27 09:40:51 UTC (rev 230544)
@@ -4,12 +4,12 @@
 
 pkgname=opam
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64' 'i686')
 url='http://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'ocaml')
+depends=('aspcud' 'ocaml' 'patch' 'unzip')
 optdepends=('darcs: For downloading packages with darcs'
             'git: For downloading packages with git'
             'mercurial: For downloading packages with mercurial')
@@ -20,8 +20,7 @@
   cd "opam-full-$pkgver"
 
   ./configure --prefix=/usr
-  make -j1 lib-ext
-  make -j1
+  make -j1 lib-ext all
 }
 
 package() {



More information about the arch-commits mailing list