games-puzzle/lightsoff: Fix appdata version info

Closes: https://bugs.gentoo.org/778845
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2021-04-21 00:00:19 -04:00
parent e8652aee35
commit 5cd5cd2493

View File

@@ -33,6 +33,13 @@ BDEPEND="
src_prepare() {
xdg_src_prepare
vala_src_prepare
# Bug #778845
sed -i \
-e 's:40\.rc:40~rc:' \
-e 's:40\.beta:40~beta:' \
-e 's:40\.alpha:40~alpha:' \
data/org.gnome.LightsOff.appdata.xml.in || die
}
pkg_postinst() {