glib: Add list_url+list_depth to list versions (#33904)
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
This commit is contained in:
parent
2371ec7497
commit
bde5720a81
@ -20,6 +20,8 @@ class Glib(Package):
|
|||||||
|
|
||||||
homepage = "https://developer.gnome.org/glib/"
|
homepage = "https://developer.gnome.org/glib/"
|
||||||
url = "https://download.gnome.org/sources/glib/2.53/glib-2.53.1.tar.xz"
|
url = "https://download.gnome.org/sources/glib/2.53/glib-2.53.1.tar.xz"
|
||||||
|
list_url = "https://download.gnome.org/sources/glib"
|
||||||
|
list_depth = 1
|
||||||
|
|
||||||
maintainers = ["michaelkuhn"]
|
maintainers = ["michaelkuhn"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user