summaryrefslogtreecommitdiff
path: root/community/mc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mc/PKGBUILD')
-rw-r--r--community/mc/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD
index 9b7e46910..b6285bd39 100644
--- a/community/mc/PKGBUILD
+++ b/community/mc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56569 2011-10-08 17:55:12Z schuay $
+# $Id: PKGBUILD 57569 2011-10-30 21:21:44Z bisson $
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=mc
-pkgver=4.7.5.5
-pkgrel=1
+pkgver=4.8.0
+pkgrel=2
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.ibiblio.org/mc/"
@@ -30,8 +30,8 @@ conflicts=('mc-utf8')
replaces=('mc-utf8')
options=('!emptydirs' '!makeflags')
source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('ef1582651115ca8aa52f8d11e99f7da3')
-sha1sums=('be428f4c5f0cb180277eed7387e29e69c042aadc')
+md5sums=('592478c3edfa2ad64c8cd165b9bec446')
+sha1sums=('2584a681350e07d1e6703b9f7fd77cec45a6e061')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -56,9 +56,6 @@ package() {
sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
- # Fix FS#18312
- rm "${pkgdir}/usr/lib/mc/extfs.d/u7z"
-
sed 's#/usr/bin/env python#/usr/bin/python2#' \
-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
}