diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index 4f3878e2761..998a1e28627 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -48,7 +48,7 @@ update_check() { githubname="$(printf %s "$url" | cut -d/ -f4,5)" url="https://github.com/$githubname/tags" rx='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")';; - *gitlab.com*|*gitlab.gnome.org*) + *gitlab.com*|*gitlab.gnome.org*|*gitlab.freedesktop.org*) gitlaburl="$(printf %s "$url" | cut -d/ -f1-5)" url="$gitlaburl/tags" rx='/archive/[^/]+/\Q'"$pkgname"'\E-v?\K[\d\.]+(?=\.tar\.gz")';; @@ -83,7 +83,7 @@ update_check() { done | tr _ . | sort -Vu | - { + { grep . || echo "NO VERSION found for $original_pkgname" 1>&2 } | while IFS= read -r found_version; do diff --git a/srcpkgs/libdrm/update b/srcpkgs/libdrm/update index f99c4c84f1a..03e951405e8 100644 --- a/srcpkgs/libdrm/update +++ b/srcpkgs/libdrm/update @@ -1,2 +1 @@ -site=https://gitlab.freedesktop.org/mesa/drm/tags pkgname=drm-libdrm diff --git a/srcpkgs/spice-protocol/update b/srcpkgs/spice-protocol/update deleted file mode 100644 index 12f99f0841f..00000000000 --- a/srcpkgs/spice-protocol/update +++ /dev/null @@ -1,2 +0,0 @@ -site=https://gitlab.freedesktop.org/spice/spice-protocol/tags -pattern="v\K[\d\.]*(?=\.tar\.gz)"