GNOME_SITE: fix update patterns for software in 1.x
This commit is contained in:
parent
6d6f6d4f6b
commit
04de6ed690
6 changed files with 3 additions and 5 deletions
|
@ -1 +1 @@
|
|||
pattern="gjs-[0-9]+\.[0-9]*[02468]\.[0-9]+"
|
||||
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"
|
||||
|
|
1
srcpkgs/gobject-introspection/update
Normal file
1
srcpkgs/gobject-introspection/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"
|
|
@ -1 +0,0 @@
|
|||
pattern="\Q$pkgname\E-\K[0-9]\.[0-9]*[0-9]*[0-9](?=)"
|
|
@ -1 +0,0 @@
|
|||
pattern="\Q$pkgname\E-\K[0-9]+\.[0-9]*[0-9]\.[0-9.]*[0-9](?=)"
|
1
srcpkgs/gvfs/update
Normal file
1
srcpkgs/gvfs/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="(?<=${pkgname}-)[0-9]+\.[0-9]*[02468]\.[0-9]+"
|
|
@ -1,2 +0,0 @@
|
|||
site='https://gitlab.gnome.org/GNOME/libxslt/-/tags'
|
||||
pattern='v\K\d+.[\d.]+\d'
|
Loading…
Add table
Reference in a new issue