Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75d57af555b0192215625b1c9f3076d08eca38de

commit 75d57af555b0192215625b1c9f3076d08eca38de
Author: Pingax <pin...@frugalware.fr>
Date:   Tue Nov 29 22:47:24 2011 +0100

* Try to fix up2date

diff --git a/source/include/xfce4.sh b/source/include/xfce4.sh
index 272e7a6..90b5c0e 100644
--- a/source/include/xfce4.sh
+++ b/source/include/xfce4.sh
@@ -70,8 +70,9 @@ fi
if echo ${groups[*]} | grep -q goodies ; then
url="http://goodies.xfce.org/projects/panel-plugins/${_F_xfce_name}";
dlurl="http://archive.xfce.org/src/$_F_xfce_category/$_F_xfce_goodies_dir/";
-       preup2date="lynx -dump $dlurl | grep DIR | tail -n1 | sed 
's/.*\]\(.*\)\/.*/\1/'"
-       up2date="Flasttar http://git.xfce.org/xfce/$_F_xfce_name/";
+       #preup2date="lynx -dump $dlurl | grep DIR | tail -n1 | sed 
's/.*\]\(.*\)\/.*/\1/'"
+       up2date="lynx -source -dump 
http://archive.xfce.org/src/$_F_xfce_category/$_F_xfce_name/|grep 
ristretto|tail -n1|sed -e 's/<\/a>.*//;s/.*>//'"
+       #up2date="Flasttar http://git.xfce.org/xfce/$_F_xfce_name/";
source=($dlurl/${pkgver%%.?}/${_F_xfce_name}-${pkgver}${_F_xfce_goodies_ext})
else
url="http://www.xfce.org/";
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to