From 8687925d700323baba3531ba6f8e706a895d5440 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Jul 2018 10:51:36 +0200 Subject: [PATCH] shutils/update_check.sh: add kde plasma update check --- common/xbps-src/shutils/update_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index 6c0d65084d..8a8e0599d3 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -63,7 +63,7 @@ update_check() { rx=linux-'\K'${version%.*}'[\d.]+(?=\.tar\.xz)';; *cran.r-project.org/src/contrib*) rx='\b\Q'"${pkgname#R-cran-}"'\E_\K\d+(\.\d+)*(-\d+)?(?=\.tar)';; - *download.kde.org/stable/applications*|*download.kde.org/stable/frameworks*) + *download.kde.org/stable/applications*|*download.kde.org/stable/frameworks*|*download.kde.org/stable/plasma*) url="${url%%${version%.*}*}" rx='href="\K[\d\.]+(?=/")';; esac