GNOME_SITE: fix update patterns for software in 1.x

This commit is contained in:
Đoàn Trần Công Danh 2024-02-14 11:15:39 +07:00
parent 6d6f6d4f6b
commit 04de6ed690
6 changed files with 3 additions and 5 deletions

View file

@ -1 +1 @@
pattern="gjs-[0-9]+\.[0-9]*[02468]\.[0-9]+"
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"

View file

@ -0,0 +1 @@
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"

View file

@ -1 +0,0 @@
pattern="\Q$pkgname\E-\K[0-9]\.[0-9]*[0-9]*[0-9](?=)"

View file

@ -1 +0,0 @@
pattern="\Q$pkgname\E-\K[0-9]+\.[0-9]*[0-9]\.[0-9.]*[0-9](?=)"

1
srcpkgs/gvfs/update Normal file
View file

@ -0,0 +1 @@
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"

View file

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