GNOME_SITE: correct update pattern and ignore

This commit is contained in:
Đoàn Trần Công Danh 2024-02-14 14:16:25 +07:00
parent c0fc63e2cb
commit 2807bad342
14 changed files with 10 additions and 13 deletions

View File

@ -0,0 +1 @@
ignore="1.*[13579].*"

View File

@ -0,0 +1 @@
ignore="2.*[13579].*"

View File

@ -1 +1 @@
ignore="3.*"
ignore="2.99.* 3.*"

View File

@ -1 +0,0 @@
site=https://people.gnome.org/~veillard/gamin/sources/

View File

@ -1 +0,0 @@
site=https://github.com/GNOME/grilo/releases

View File

@ -1 +1 @@
ignore="2.* 4.*"
ignore="[!3].*"

View File

@ -1,2 +1,2 @@
pkgname=gtksourceview
ignore="3.* 2.90.* 4.*"
ignore="[!2].* 2.9?.*"

View File

@ -1 +1 @@
ignore="3.*"
ignore="2.9?.* 3.*"

View File

@ -1 +1 @@
ignore="3.*"
ignore="2.9?.* [!2].*"

View File

@ -1,2 +0,0 @@
site='https://gitlab.gnome.org/GNOME/libxml2/-/tags'
pattern='v\K\d+.[\d.]+\d'

View File

@ -1,2 +0,0 @@
# development version
ignore="3.21.*"

View File

@ -1,3 +1,3 @@
pkgname=pangomm
site=https://gitlab.gnome.org/GNOME/pangomm/-/tags
pattern="$pkgname-\K[0-9]\.[0-9]*[02468]\.[0-9.]*[0-9](?=)"
pattern="$pkgname-\K2\.48\.[0-9.]*[0-9](?=)"

View File

@ -0,0 +1,2 @@
pkgname=pyatspi
ignore="[12].*[13579].*"

View File

@ -1 +0,0 @@
pattern="xdg-user-dirs-gtk-\K[\d\.]*(?=\.tar\.gz)"