[arch-commits] Commit in mc/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Feb 17 21:27:55 UTC 2018


    Date: Saturday, February 17, 2018 @ 21:27:54
  Author: bpiotrowski
Revision: 296176

4.8.20-3: recompile with slang again (FS#57534)

Modified:
  mc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 20:43:30 UTC (rev 296175)
+++ PKGBUILD	2018-02-17 21:27:54 UTC (rev 296176)
@@ -4,12 +4,12 @@
 
 pkgname=mc
 pkgver=4.8.20
-pkgrel=2
+pkgrel=3
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
 arch=('x86_64')
 url="http://www.ibiblio.org/mc/"
 license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'ncurses')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
 makedepends=('libxt' 'libx11' 'unzip')
 optdepends=('aspell: spelling corrections'
             'cabextract: ucab extfs'
@@ -47,7 +47,7 @@
       --libexecdir=/usr/lib \
       --sysconfdir=/etc \
       --enable-vfs-smb \
-      --with-screen=ncurses \
+      --with-screen=slang \
       --with-x
   make
 }



More information about the arch-commits mailing list