icewm: fix upstream version check

Fixes:

INFO: Skip package icewm (status = UNKNOWN_BROKEN, current version = 1.5.5, next version = N/A)

After this commit:

INFO: icewm, 1.5.5, 1.6.4, None, N/A

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
Pierre-Jean Texier
2020-03-05 14:49:54 +00:00
committed by Khem Raj
parent f0aaedbe01
commit 171f3df9e1
@@ -8,6 +8,8 @@ SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}
SRC_URI[md5sum] = "6eba94a7935a0531d2c14eeb1426aeef"
SRC_URI[sha256sum] = "f1c1344b20a9e8635143f70ee27930b55f813c15ca61f84d77584d311b6ac027"
UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
inherit autotools pkgconfig gettext perlnative features_check qemu
REQUIRED_DISTRO_FEATURES = "x11"