summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb (renamed from meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
index bb53b58df7..e3365f6181 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
@@ -22,13 +22,13 @@ DEPENDS = " \
22 22
23RRECOMMENDS:${PN} = "gnuchess" 23RRECOMMENDS:${PN} = "gnuchess"
24 24
25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=master" 25SRC_URI = "git://github.com/GNOME/gnome-chess.git;protocol=https;branch=main"
26 26
27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings 27inherit meson pkgconfig gobject-introspection gtk-icon-cache vala features_check mime-xdg gsettings
28 28
29GIR_MESON_OPTION = "" 29GIR_MESON_OPTION = ""
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32SRCREV = "c3625ee59ab3acfd7566ef04300b15ddbadaaac3" 32SRCREV = "91476257c2404945bfa30238c38391343bf4737b"
33 33
34FILES:${PN} += "${datadir}" 34FILES:${PN} += "${datadir}"