Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / mc
Commits:
fbebf170 by nl6720 at 2024-08-24T12:51:08+03:00
Add libisoburn to optdepends
mc prefers `xorriso` over `isoinfo` for ISO 9660 extraction.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -21,9 +21,10 @@ pkgbase = mc
optdepends = aspell: spelling corrections
optdepends = cabextract: ucab extfs
optdepends = cdparanoia: audio extfs
- optdepends = cdrkit: iso9660 extfs
+ optdepends = cdrkit: alternative iso9660 extfs
optdepends = cvs: CVS support
optdepends = gawk: hp48+ extfs
+ optdepends = libisoburn: iso9660 extfs
optdepends = mtools: a+ extfs
optdepends = p7zip: support for 7zip archives
optdepends = perl: needed by several extfs scripts
=====================================
PKGBUILD
=====================================
@@ -32,9 +32,10 @@ optdepends=(
'aspell: spelling corrections'
'cabextract: ucab extfs'
'cdparanoia: audio extfs'
- 'cdrkit: iso9660 extfs'
+ 'cdrkit: alternative iso9660 extfs'
'cvs: CVS support'
'gawk: hp48+ extfs'
+ 'libisoburn: iso9660 extfs'
'mtools: a+ extfs'
'p7zip: support for 7zip archives'
'perl: needed by several extfs scripts'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mc/-/commit/fbebf170f90611ebb0d0e22cf325778996644367
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mc/-/commit/fbebf170f90611ebb0d0e22cf325778996644367
You're receiving this email because of your account on gitlab.archlinux.org.