summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-24 07:58:53 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-26 05:24:25 -0600
commit3db04334e3eb57839b397c6d0de94d55dd18a812 (patch)
treeda3f2587000a377cddf173544624f02453834728 /pkgs/applications/kde
parentd45783a43f6a58df5421561e9e93df2d443aeb21 (diff)
Revert "fetch-kde-qt.sh: get hashes from metadata"
This reverts commit 4b7d9dc86800fa7b861f47ae0e6e3a8f097f9ce7. The KDE project has changed their source index pages so that the links to package metadata files are generated by JavaScript after the page loads. As a result, wget is no longer able to recursively fetch the package metadata automatically.
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/fetch.sh b/pkgs/applications/kde/fetch.sh
index dc023c57a7e6..8a1f611bc95d 100644
--- a/pkgs/applications/kde/fetch.sh
+++ b/pkgs/applications/kde/fetch.sh
@@ -1 +1 @@
-WGET_ARGS=(http://download.kde.org/stable/release-service/20.08.2/src)
+WGET_ARGS=( http://download.kde.org/stable/release-service/20.08.2/src -A '*.tar.xz' )