Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opam: upgrade to 2.2.0
@ 2024-07-03 16:43 kit-ty-kate
  0 siblings, 0 replies; only message in thread
From: kit-ty-kate @ 2024-07-03 16:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is a new pull request by kit-ty-kate against master on the void-packages repository

https://github.com/kit-ty-kate/void-packages opam-2.2.0
https://github.com/void-linux/void-packages/pull/51096

opam: upgrade to 2.2.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/51096.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-opam-2.2.0-51096.patch --]
[-- Type: text/x-diff, Size: 1342 bytes --]

From 19433e81dc3b89af3671f7b0c25279c78a419d19 Mon Sep 17 00:00:00 2001
From: Kate <kit-ty-kate@outlook.com>
Date: Wed, 3 Jul 2024 17:42:54 +0100
Subject: [PATCH] opam: upgrade to 2.2.0

---
 srcpkgs/opam/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/opam/template b/srcpkgs/opam/template
index 7a6798fb1046f9..2eab47f3f26ac2 100644
--- a/srcpkgs/opam/template
+++ b/srcpkgs/opam/template
@@ -1,10 +1,10 @@
 # Template file for 'opam'
 pkgname=opam
-version=2.1.6
+version=2.2.0
 revision=1
 build_style=gnu-configure
-configure_args="--docdir=/usr/share/doc/${pkgname}"
-make_build_args="lib-ext all"
+configure_args="--docdir=/usr/share/doc/${pkgname} --with-vendored-deps --with-mccs"
+make_build_args="all"
 make_check_target="tests"
 makedepends="curl ncurses-devel ocaml ocaml-findlib tar"
 depends="bubblewrap curl patch unzip"
@@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
 homepage="https://opam.ocaml.org/"
 distfiles="https://github.com/ocaml/opam/archive/refs/tags/${version}.tar.gz"
-checksum=b285701fa565242e85e447c2e67d769120167031ee27b16de17112f74810d80f
+checksum=f4180f5d1ff8b410de41c6e9373ee8f58767dec483c25504d05b0d215990e5b2
 nocross=yes
 disable_parallel_build=yes
 make_check=ci-skip # uses bwrap

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-03 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-03 16:43 [PR PATCH] opam: upgrade to 2.2.0 kit-ty-kate

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).