Date: Wednesday, September 19, 2018 @ 08:59:52 Author: arodseth Revision: 383344
upgpkg: opam 2.0.0-1 Modified: opam/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-19 08:50:53 UTC (rev 383343) +++ PKGBUILD 2018-09-19 08:59:52 UTC (rev 383344) @@ -1,20 +1,20 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Vincent B. <[email protected]> pkgname=opam -pkgver=1.2.2 -pkgrel=5 +pkgver=2.0.0 +pkgrel=1 pkgdesc='OCaml package manager' arch=('x86_64') url='https://opam.ocaml.org/' license=('GPL') -depends=('aspcud' 'ocaml' 'unzip') +depends=('aspcud' 'ocaml' '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=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00') +sha256sums=('9dad4fcb4f53878c9daa6285d8456ccc671e21bfa71544d1f926fb8a63bfed25') build() { cd "opam-full-$pkgver"
