Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dune
Commits:
e83d7ce9 by Felix Yan at 2026-03-03T17:49:59+08:00
upgpkg: 3.21.1-2: fix dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = dune
pkgdesc = A composable build system for OCaml (formerly jbuilder)
pkgver = 3.21.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml/dune
arch = x86_64
license = MIT
makedepends = git
- makedepends = ocaml-re
makedepends = ocaml-compiler-libs
- makedepends = ocaml-csexp
- makedepends = ocaml-pp
makedepends = ocaml-findlib
depends = glibc
depends = ocaml
+ depends = ocaml-csexp
+ depends = ocaml-pp
+ depends = ocaml-re
provides = dune-configurator
source =
https://github.com/ocaml/dune/releases/download/3.21.1/dune-3.21.1.tbz
sha256sums =
84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
=====================================
PKGBUILD
=====================================
@@ -6,13 +6,13 @@
pkgname=dune
pkgver=3.21.1
-pkgrel=1
+pkgrel=2
pkgdesc="A composable build system for OCaml (formerly jbuilder)"
arch=(x86_64)
url="https://github.com/ocaml/dune"
license=('MIT')
-depends=('glibc' 'ocaml')
-makedepends=('git' 'ocaml-re' 'ocaml-compiler-libs' 'ocaml-csexp' 'ocaml-pp'
'ocaml-findlib')
+depends=('glibc' 'ocaml' 'ocaml-csexp' 'ocaml-pp' 'ocaml-re')
+makedepends=('git' 'ocaml-compiler-libs' 'ocaml-findlib')
optdepends=()
provides=('dune-configurator')
source=("https://github.com/ocaml/dune/releases/download/${pkgver}/dune-${pkgver}.tbz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dune/-/commit/e83d7ce99f74b34cdd87f030e45dfd8d94567a14
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dune/-/commit/e83d7ce99f74b34cdd87f030e45dfd8d94567a14
You're receiving this email because of your account on gitlab.archlinux.org.