summaryrefslogtreecommitdiff
path: root/recipes/gobject-introspection.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gobject-introspection.recipe')
-rw-r--r--recipes/gobject-introspection.recipe4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/gobject-introspection.recipe b/recipes/gobject-introspection.recipe
index f83c9214..11758bfa 100644
--- a/recipes/gobject-introspection.recipe
+++ b/recipes/gobject-introspection.recipe
@@ -3,12 +3,10 @@ import sys
class Recipe(recipe.Recipe):
-
name = 'gobject-introspection'
version = '1.54.1'
stype = SourceType.TARBALL
- maj_ver = '.'.join(version.split('.')[0:2])
- url = 'https://download.gnome.org/sources/{0}/{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version)
+ url = 'gnome://'
tarball_checksum = 'b88ded5e5f064ab58a93aadecd6d58db2ec9d970648534c63807d4f9a7bb877e'
licenses = [License.GPLv2Plus]
autoreconf = True