[arch-commits] Commit in mc/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sat Oct 17 23:02:26 UTC 2020
Date: Saturday, October 17, 2020 @ 23:02:25
Author: freswa
Revision: 725721
update to 4.8.25
add which to depends (FS#67946)
add unzip to optdepends for zip archive access (FS#64327)
Modified:
mc/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-17 23:02:14 UTC (rev 725720)
+++ PKGBUILD 2020-10-17 23:02:25 UTC (rev 725721)
@@ -3,13 +3,13 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=mc
-pkgver=4.8.24
-pkgrel=2
+pkgver=4.8.25
+pkgrel=1
pkgdesc="A file manager that emulates Norton Commander"
arch=('x86_64')
url="https://midnight-commander.org/"
license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang' 'which' 'python')
makedepends=('libxt' 'libx11' 'unzip')
optdepends=('aspell: spelling corrections'
'cabextract: ucab extfs'
@@ -26,6 +26,7 @@
'unace: uace extfs'
'unarj: uarj extfs'
'unrar: urar extfs'
+ 'unzip: open zip archives'
'zip: uzip extfs')
backup=('etc/mc/edit.indent.rc'
'etc/mc/filehighlight.ini'
@@ -38,7 +39,7 @@
source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz"
"mc-mksh-subshell-v2.patch"
"mc-python3.patch")
-sha256sums=('859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46'
+sha256sums=('ffc19617f20ebb23330acd3998b7fd559a042d172fa55746d53d246697b2548a'
'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96'
'10ab8b8c03770f8fe51f0bdbf0d66a44313bf2eed687cf769397909c07d8e8d5')
More information about the arch-commits
mailing list