* update mc to 4.8.32-1

This commit is contained in:
Alexander Baldeck 2024-10-10 11:38:00 +02:00
parent 2a5bfc1145
commit 262f034da4
3 changed files with 62 additions and 4 deletions

52
mc/.SRCINFO Normal file
View File

@ -0,0 +1,52 @@
pkgbase = mc
pkgdesc = A file manager that emulates Norton Commander
pkgver = 4.8.32
pkgrel = 1
url = https://midnight-commander.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-3.0-or-later
makedepends = aspell
makedepends = git
makedepends = libxt
makedepends = libx11
makedepends = unzip
depends = e2fsprogs
depends = glib2
depends = glibc
depends = gpm
depends = libssh2
depends = sh
depends = slang
depends = which
optdepends = aspell: spelling corrections
optdepends = cabextract: ucab extfs
optdepends = cdparanoia: audio 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
optdepends = python: to access uc1541 or s3 storage
optdepends = unace: uace extfs
optdepends = unarj: uarj extfs
optdepends = unrar: urar extfs
optdepends = unzip: open zip archives
optdepends = zip: uzip extfs
options = !emptydirs
backup = etc/mc/edit.indent.rc
backup = etc/mc/filehighlight.ini
backup = etc/mc/mc.ext
backup = etc/mc/mc.keymap
backup = etc/mc/mc.menu
backup = etc/mc/mcedit.menu
backup = etc/mc/sfs.ini
source = git+https://github.com/MidnightCommander/mc#tag=4.8.32
sha256sums = da74d0c3287960702f4343b78b45e59b385c7a01fbd00dc1f5192464a8bf9efa
pkgname = mc

5
mc/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[mc]
source = "github"
github = "MidnightCommander/mc"
include_regex = '\d+\.\d+\.\d+'
use_max_tag = true

View File

@ -6,8 +6,8 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=mc
pkgver=4.8.31
pkgrel=3
pkgver=4.8.32
pkgrel=1
pkgdesc='A file manager that emulates Norton Commander'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://midnight-commander.org/'
@ -33,9 +33,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'
@ -57,7 +58,7 @@ backup=(
)
options=('!emptydirs')
source=("git+https://github.com/MidnightCommander/mc#tag=$pkgver")
sha256sums=('70a9fa0da9da13b82e6a612f132626bba4d685078a74884d8d0f2b6abdf317e1')
sha256sums=('da74d0c3287960702f4343b78b45e59b385c7a01fbd00dc1f5192464a8bf9efa')
prepare() {
cd "$pkgname"