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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 17 07:43:27 UTC 2018


    Date: Wednesday, October 17, 2018 @ 07:43:27
  Author: arodseth
Revision: 395013

upgpkg: opam 2.0.0-3

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-17 07:42:47 UTC (rev 395012)
+++ PKGBUILD	2018-10-17 07:43:27 UTC (rev 395013)
@@ -3,12 +3,12 @@
 
 pkgname=opam
 pkgver=2.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml package manager'
 arch=('x86_64')
 url='https://opam.ocaml.org/'
 license=('GPL')
-depends=('aspcud' 'bubblewrap' 'ocaml' 'ocaml-compiler-libs' 'unzip')
+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'
@@ -27,4 +27,5 @@
   make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: opam.ocaml.org
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list