diff options
Diffstat (limited to 'libre/mc/PKGBUILD')
-rw-r--r-- | libre/mc/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/mc/PKGBUILD b/libre/mc/PKGBUILD index 9ca932a45..0ab63d0ac 100644 --- a/libre/mc/PKGBUILD +++ b/libre/mc/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 167029 2016-03-17 15:09:36Z schuay $ +# $Id: PKGBUILD 174449 2016-05-09 17:51:10Z schuay $ # Maintainer (Arch): schuay <jakob.gruber@gmail.com> # Contributor (Arch): Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: Márcio Silva <coadde@parabola.nu> pkgname=mc -pkgver=4.8.16 -pkgrel=2.parabola1 +pkgver=4.8.17 +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/" @@ -39,8 +39,8 @@ backup=('etc/mc/edit.indent.rc' options=('!emptydirs') source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz" 'libre.patch') -sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020' - '2d05fa0bc5c6e5022a2d45a3cf1481c70da9f164c341d4204fa8506b6ce9f0d3') +sha256sums=('0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d' + 'a72558445fd1558e18d0fb0be767f4460d04130e80cd87ad84b376fab1b66357') prepare() { cd ${pkgname}-${pkgver} |