Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ocaml-base
Commits:
9223ddc3 by Felix Yan at 2026-03-10T21:47:31+08:00
upgpkg: 0.17.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ocaml-base
pkgdesc = Full standard library replacement for OCaml
- pkgver = 0.17.1
+ pkgver = 0.17.2
pkgrel = 1
url = https://github.com/janestreet/base
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = ocaml-base
depends = ocaml-intrinsics-kernel
options = !strip
options = !debug
- source = git+https://github.com/janestreet/base.git#tag=v0.17.1
- sha256sums =
d12e3143ce708d466fa8a6f624c9f4ae6c91869ff337dc5213bbeaf79f3f9663
+ source = git+https://github.com/janestreet/base.git#tag=v0.17.2
+ sha256sums =
47dfbb8e61db6a678dc5afdf443644d6702852b4ba2d0f6ee7973c89beecc4d2
pkgname = ocaml-base
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jakob Gahde <[email protected]>
pkgname=ocaml-base
-pkgver=0.17.1
+pkgver=0.17.2
pkgrel=1
pkgdesc='Full standard library replacement for OCaml'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('ocaml>=4.14.0' 'ocaml-sexplib0>=0.16.0'
'ocaml-intrinsics-kernel')
makedepends=('git' 'dune' 'ocaml-compiler-libs')
options=('!strip' '!debug')
source=("git+https://github.com/janestreet/base.git#tag=v$pkgver")
-sha256sums=('d12e3143ce708d466fa8a6f624c9f4ae6c91869ff337dc5213bbeaf79f3f9663')
+sha256sums=('47dfbb8e61db6a678dc5afdf443644d6702852b4ba2d0f6ee7973c89beecc4d2')
build() {
cd base
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-base/-/commit/9223ddc33235c6c24565e72bde8fd43a2893210e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-base/-/commit/9223ddc33235c6c24565e72bde8fd43a2893210e
You're receiving this email because of your account on gitlab.archlinux.org.