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

Alexander Rødseth arodseth at archlinux.org
Sat May 9 16:59:41 UTC 2020


    Date: Saturday, May 9, 2020 @ 16:59:38
  Author: arodseth
Revision: 626015

upgpkg: opam 2.0.7-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 16:59:23 UTC (rev 626014)
+++ PKGBUILD	2020-05-09 16:59:38 UTC (rev 626015)
@@ -2,8 +2,8 @@
 # Contributor: Vincent B. <vb at luminar.eu.org>
 
 pkgname=opam
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
 url='https://opam.ocaml.org/'
@@ -14,10 +14,11 @@
             '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=('7c4bff5e5f3628ad00c53ee1b044ced8128ffdcfbb7582f8773fb433e12e07f4')
+sha256sums=('9c0dac1094ed624158fff13000cdfa8edbc96798d32b9fab40b0b5330f9490a2')
 
 build() {
   cd "opam-full-$pkgver"
+
   ./configure --prefix=/usr
   make lib-ext all -j1 \
     OCAMLC='ocamlc -unsafe-string' \



More information about the arch-commits mailing list