diff options
author | root <root@rshg054.dnsready.net> | 2011-10-09 23:14:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-09 23:14:34 +0000 |
commit | 8e372cc6207b56516c1facdaeb92d15c4716d8a2 (patch) | |
tree | 5958b5f5b22ce68cbfd3c1a1007544403b44834e /community/mc | |
parent | 40e90a19618851856689ef8697391d37ec6841a1 (diff) |
Sun Oct 9 23:14:34 UTC 2011
Diffstat (limited to 'community/mc')
-rw-r--r-- | community/mc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD index 379436ce2..81862a079 100644 --- a/community/mc/PKGBUILD +++ b/community/mc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55445 2011-09-12 20:10:14Z schuay $ +# $Id: PKGBUILD 56569 2011-10-08 17:55:12Z schuay $ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=mc -pkgver=4.7.5.4 +pkgver=4.7.5.5 pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander" arch=('i686' 'x86_64') @@ -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=('1e53e27fb3bed21c9042689d5777b5aa') -sha1sums=('5deefd15a13782605fa92c0beb635c0664b913cf') +md5sums=('ef1582651115ca8aa52f8d11e99f7da3') +sha1sums=('be428f4c5f0cb180277eed7387e29e69c042aadc') build() { cd "${srcdir}/${pkgname}-${pkgver}" |