diff options
Diffstat (limited to 'libre/mc/PKGBUILD')
-rw-r--r-- | libre/mc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/mc/PKGBUILD b/libre/mc/PKGBUILD index c772062b6..612bc58b6 100644 --- a/libre/mc/PKGBUILD +++ b/libre/mc/PKGBUILD @@ -6,8 +6,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=mc -pkgver=4.8.19 -pkgrel=1.parabola2 +pkgver=4.8.20 +pkgrel=1.parabola1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander, with arj recommendation included and nonfree unace and unrar support removed" arch=('i686' 'x86_64' 'armv7h') url="http://www.ibiblio.org/mc/" @@ -40,8 +40,8 @@ backup=('etc/mc/edit.indent.rc' options=('!emptydirs') source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz" 'libre.patch') -sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df' - 'a72558445fd1558e18d0fb0be767f4460d04130e80cd87ad84b376fab1b66357') +sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c' + '09a44d10ed1081ada579dd42fb67cdea8755f4a3aa496433df9a726b90f11862') prepare() { cd ${pkgname}-${pkgver} |