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

commit cf7f55a702984f4f7d258fee1525f091377ab731
Author: crazy <cr...@frugalware.org>
Date:   Fri Jul 7 21:55:59 2017 +0200

kf5.sh: use rsync to get up2date=()

diff --git a/source/include/kf5.sh b/source/include/kf5.sh
index 2a8f662..44607e5 100644
--- a/source/include/kf5.sh
+++ b/source/include/kf5.sh
@@ -147,14 +147,8 @@ fi

if [ "$_F_kde_defaults" -eq 1 ]; then
if [ -z "$up2date" ]; then
-               if [ "$_F_kde_project" = "frameworks" ]; then
-                       _F_archive_grepv="\-rc"
-                       _F_archive_name="archive"
-                       Fpkgversep="/"
-                       up2date="Flasttar 
https://github.com/KDE/${_F_kde_name}/releases/latest | sed 's/v//'"
-               else
-                       up2date="Flastverdir 
http://download.kde.org/$_F_kde_folder";
-               fi
+               makedepends+=('rsync')
+               up2date="rsync -r -n  
rsync://mirror.netcologne.de/kde/$_F_kde_folder | Flasttar"
fi

if [ ${#source[@]} -eq 0 ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to