diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-10 01:49:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-10 01:49:48 -0300 |
commit | 91b0a36d8957e919387e44fa84df2e6b4b3ff4fb (patch) | |
tree | 08df5c4f11c09850de14df11ffde5c1f87156b28 /libre/mc | |
parent | 7f3d4b88e00c918c8c1fc74fbff663916ced0daa (diff) | |
download | abslibre-91b0a36d8957e919387e44fa84df2e6b4b3ff4fb.tar.gz abslibre-91b0a36d8957e919387e44fa84df2e6b4b3ff4fb.tar.bz2 abslibre-91b0a36d8957e919387e44fa84df2e6b4b3ff4fb.zip |
mc-4.8.19-1.parabola1: updating version
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 \ |