Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
root
Commits:
b988a621 by Jakub Klinkovský at 2026-02-21T16:29:06+01:00
Fix typo in optdepends description
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -81,7 +81,7 @@ pkgbase = root
optdepends = unuran: Support non-uniform random numbers
optdepends = vc: Add types for portable and intuitive SIMD programming
optdepends = xrootd>5: Support remote file server and client
- optdepends = z3: Suuport the Z3 theorem prover
+ optdepends = z3: Support the Z3 theorem prover
provides = python-cppyy
provides = python-cppyy-backend
provides = python-cpycppyy
=====================================
PKGBUILD
=====================================
@@ -97,7 +97,7 @@ optdepends=(
'unuran: Support non-uniform random numbers'
'vc: Add types for portable and intuitive SIMD programming'
'xrootd>5: Support remote file server and client'
- 'z3: Suuport the Z3 theorem prover'
+ 'z3: Support the Z3 theorem prover'
)
# cppyy and ROOT have a weird relationship: Cling is developed as part of ROOT
without
# separate releases, so it is basically forked and patched in the
cppyy-backend project.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/b988a6218695416be67e901048bcda4c72c5b7be
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/root/-/commit/b988a6218695416be67e901048bcda4c72c5b7be
You're receiving this email because of your account on gitlab.archlinux.org.