Date: Friday, December 16, 2022 @ 09:56:21
  Author: arodseth
Revision: 1359441

upgpkg: opam 2.1.4-1

Modified:
  opam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-16 09:27:20 UTC (rev 1359440)
+++ PKGBUILD    2022-12-16 09:56:21 UTC (rev 1359441)
@@ -2,7 +2,7 @@
 # Contributor: Vincent B. <[email protected]>
 
 pkgname=opam
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc='OCaml package manager'
 arch=(x86_64)
@@ -9,12 +9,13 @@
 url='https://opam.ocaml.org/'
 license=(GPL)
 depends=(bubblewrap ocaml-compiler-libs unzip)
+makedepends=(git)
 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";)
-b2sums=('6f33e70c2e59be87b643840128b46441828d3d83888f5d321ac23d33b2fbc4d3163cb4303ac82a7f863abcc9300227bbc48bca3b8db5d6fbcebf0e6cf8869a5d')
+b2sums=('a95953a62ce2bb0c0d36512b7e393e10150b9bcc23d0847639511153a818db79d63969e6482d18e9316c18b0eac797727236382c5c5acaeacfe5a97b6de2548c')
 
 build() {
   cd opam-full-$pkgver

Reply via email to