games-puzzle/gnome-sudoku: Fix appdata version info

Closes: https://bugs.gentoo.org/784365
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2021-04-20 23:58:11 -04:00
parent 897eaba917
commit e8652aee35

View File

@@ -36,6 +36,9 @@ BDEPEND="
src_prepare() {
xdg_src_prepare
vala_src_prepare
# Bug #784365
sed -i -e 's:40\.alpha:40~alpha:' data/org.gnome.Sudoku.appdata.xml.in || die
}
pkg_postinst() {