From 9e44bad1180c3625f39dd0965b159ee10d0f00d1 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Apr 2017 19:42:19 -0700 Subject: [PATCH] PkgInfo: add Ubuntu codename artful & remove wily --- PkgInfo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):