Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ocaml-base
Commits:
36ed2404 by Felix Yan at 2026-03-03T17:53:01+08:00
upgpkg: 0.17.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ocaml-base
pkgdesc = Full standard library replacement for OCaml
- pkgver = 0.17.0
- pkgrel = 4
+ pkgver = 0.17.1
+ pkgrel = 1
url = https://github.com/janestreet/base
arch = x86_64
license = MIT
@@ -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.0
- sha256sums =
87982479451825cced40cd02d11a5490fea769772c68d8080afdd9647564b1f4
+ source = git+https://github.com/janestreet/base.git#tag=v0.17.1
+ sha256sums =
d12e3143ce708d466fa8a6f624c9f4ae6c91869ff337dc5213bbeaf79f3f9663
pkgname = ocaml-base
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Jakob Gahde <[email protected]>
pkgname=ocaml-base
-pkgver=0.17.0
-pkgrel=4
+pkgver=0.17.1
+pkgrel=1
pkgdesc='Full standard library replacement for OCaml'
arch=('x86_64')
url="https://github.com/janestreet/base"
@@ -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=('87982479451825cced40cd02d11a5490fea769772c68d8080afdd9647564b1f4')
+sha256sums=('d12e3143ce708d466fa8a6f624c9f4ae6c91869ff337dc5213bbeaf79f3f9663')
build() {
cd base
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-base/-/commit/36ed2404fe6b8e13bc59045936b56a52a325a0c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-base/-/commit/36ed2404fe6b8e13bc59045936b56a52a325a0c8
You're receiving this email because of your account on gitlab.archlinux.org.