diff --git a/PkgInfo/plugin.py b/PkgInfo/plugin.py index af35b9c..22090ad 100644 --- a/PkgInfo/plugin.py +++ b/PkgInfo/plugin.py @@ -114,7 +114,7 @@ def _getDistro(release): "experimental", "bullseye") debian_archive = ("bo", "hamm", "slink", "potato", "woody", "sarge", "etch", "lenny", "squeeze") - ubuntu = ("precise", "trusty", "wily", "xenial", "yakkety", "zesty") + ubuntu = ("precise", "trusty", "xenial", "yakkety", "zesty", "artful") if release.startswith(debian): return "debian" elif release.startswith(ubuntu):