Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b7075ca256636df47ef8d746e053509eb5c732e
commit 2b7075ca256636df47ef8d746e053509eb5c732e Author: Melko <[email protected]> Date: Mon Oct 31 08:40:01 2011 +0100 kde.sh: fix up2date for kde-look and kde-apps diff --git a/source/include/kde.sh b/source/include/kde.sh index 7a095f5..d45ea47 100644 --- a/source/include/kde.sh +++ b/source/include/kde.sh @@ -128,13 +128,13 @@ fi if [ -n "$_F_kde_id" ]; then url="http://www.kde-apps.org/content/show.php?content=$_F_kde_id" - up2date="lynx -dump "$url"|grep -v http|grep -m1 ' [0-9.0-9.0-9]'|sed 's/ \(.*\).*/\1/'" + up2date="lynx -dump "$url"|grep -v http|grep -m1 ' \{6\}[0-9.0-9.0-9]'|sed 's/ \+\(.*\).*/\1/'" _F_kde_defaults=0 fi if [ -n "$_F_kde_id2" ]; then url="http://www.kde-look.org/content/show.php?content=$_F_kde_id2" - up2date="lynx -dump "$url"|grep -v http|grep -m1 ' [0-9.0-9.0-9]'|sed 's/ \(.*\).*/\1/'" + up2date="lynx -dump "$url"|grep -v http|grep -m1 ' \{6\}[0-9.0-9.0-9]'|sed 's/ \+\(.*\).*/\1/'" _F_kde_defaults=0 fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
