diff options
author | root <root@rshg054.dnsready.net> | 2011-10-22 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-22 23:14:45 +0000 |
commit | 789905b5e6b809a564832ba85b842988405e7375 (patch) | |
tree | 8860d5a0050d0c61684cba3cee03490ad01316c1 /community/mc/PKGBUILD | |
parent | d3d0811e23787b5c66edf94b3351a1555eb5010f (diff) |
Sat Oct 22 23:14:45 UTC 2011
Diffstat (limited to 'community/mc/PKGBUILD')
-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 81862a079..a3a298d89 100644 --- a/community/mc/PKGBUILD +++ b/community/mc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 56569 2011-10-08 17:55:12Z schuay $ +# $Id: PKGBUILD 57102 2011-10-21 09:33:23Z schuay $ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: schuay <jakob.gruber@gmail.com> pkgname=mc -pkgver=4.7.5.5 +pkgver=4.8.0 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=('ef1582651115ca8aa52f8d11e99f7da3') -sha1sums=('be428f4c5f0cb180277eed7387e29e69c042aadc') +md5sums=('592478c3edfa2ad64c8cd165b9bec446') +sha1sums=('2584a681350e07d1e6703b9f7fd77cec45a6e061') build() { cd "${srcdir}/${pkgname}-${pkgver}" |