diff options
Diffstat (limited to 'libre/mc')
-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 67865ed32..42ea253ad 100644 --- a/libre/mc/PKGBUILD +++ b/libre/mc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 191561 2016-10-07 15:41:12Z schuay $ +# $Id: PKGBUILD 215416 2017-03-09 17:51:32Z 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.18 +pkgver=4.8.19 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') @@ -39,7 +39,7 @@ backup=('etc/mc/edit.indent.rc' options=('!emptydirs') source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz" 'libre.patch') -sha256sums=('f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece' +sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df' 'a72558445fd1558e18d0fb0be767f4460d04130e80cd87ad84b376fab1b66357') prepare() { @@ -53,7 +53,7 @@ build() { cd ${pkgname}-${pkgver} ./configure \ - --prefix=/usr \ + --prefix=/usr \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --enable-vfs-smb \ |