wok diff clex/receipt @ rev 18657

pypar2: add bdeps, tiny tweak; pcmanfm action: allow ": " inside name (for example, HDD volume name)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 03 02:34:35 2015 +0200 (2015-12-03)
parents 380ffe05937a
children b8182717ebb1
line diff
     1.1 --- a/clex/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/clex/receipt	Thu Dec 03 02:34:35 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="clex"
     1.7 -VERSION="4.6.patch5"
     1.8 +VERSION="4.6.patch6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Text mode file manager."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -12,8 +12,8 @@
    1.13  TAGS="file-manager"
    1.14  HOST_ARCH="i486 arm"
    1.15  
    1.16 -DEPENDS="ncurses"
    1.17 -BUILD_DEPENDS="ncurses-dev"
    1.18 +DEPENDS="ncursesw"
    1.19 +BUILD_DEPENDS="ncursesw-dev"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()