glib: Add list_url+list_depth to list versions (#33904)

Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
This commit is contained in:
Stephen Sachs 2022-12-11 23:51:09 -06:00 committed by GitHub
parent 2371ec7497
commit bde5720a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ class Glib(Package):
homepage = "https://developer.gnome.org/glib/"
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"]