Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages /
ocaml-cmdliner
Commits:
f93a8ea4 by Juergen Hoetzel at 2026-02-13T20:52:41+01:00
upgpkg: 2.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ocaml-cmdliner
pkgdesc = Declarative definition of command line interfaces for OCaml
- pkgver = 1.3.0
- pkgrel = 4
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://erratique.ch/software/cmdliner
arch = x86_64
license = ISC
@@ -11,7 +11,7 @@ pkgbase = ocaml-cmdliner
makedepends = dune
depends = ocaml
options = !strip
- source =
https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz
- sha256sums =
8e8180f573b440f6a7a8c208dab2cae4a82384fec732d22784d1bb6e64168cbb
+ source =
https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz
+ sha256sums =
8814c614cd43d52fd1ebc8af5a31d9125c214c498fa605660e4ed195ff8434e9
pkgname = ocaml-cmdliner
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pkgname=cmdliner
pkgname=ocaml-${_pkgname}
-pkgver=1.3.0
-pkgrel=4
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Declarative definition of command line interfaces for OCaml"
arch=('x86_64')
url="https://erratique.ch/software/cmdliner"
@@ -12,7 +12,7 @@ depends=('ocaml')
makedepends=('ocaml-findlib' 'ocamlbuild' 'ocaml-topkg' 'dune')
options=('!strip')
source=("https://erratique.ch/software/${_pkgname}/releases/${_pkgname}-${pkgver}.tbz")
-sha256sums=('8e8180f573b440f6a7a8c208dab2cae4a82384fec732d22784d1bb6e64168cbb')
+sha256sums=('8814c614cd43d52fd1ebc8af5a31d9125c214c498fa605660e4ed195ff8434e9')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-cmdliner/-/commit/f93a8ea4c4da5c7f4980e308b7d97dbf0bf4a007
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-cmdliner/-/commit/f93a8ea4c4da5c7f4980e308b7d97dbf0bf4a007
You're receiving this email because of your account on gitlab.archlinux.org.