wok diff util-linux-bash-completion/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 268e759bcf02
children 03de36849d05
line diff
     1.1 --- a/util-linux-bash-completion/receipt	Thu Oct 31 15:20:14 2019 +0100
     1.2 +++ b/util-linux-bash-completion/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="util-linux-bash-completion"
     1.7 -VERSION="2.34"
     1.8 +VERSION="2.35.1"
     1.9  CATEGORY="shells"
    1.10  SHORT_DESC="The BASH completions from Util Linux."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -15,5 +15,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share
    1.16 -	cp -a $install/usr/share/bash-completion $fs/usr/share
    1.17 +	cp -a $install/usr/share/bash-completion	$fs/usr/share
    1.18  }