diff --git a/recipe/linter_hints/hints.toml b/recipe/linter_hints/hints.toml index 421c2e2643..c72588e496 100644 --- a/recipe/linter_hints/hints.toml +++ b/recipe/linter_hints/hints.toml @@ -91,3 +91,9 @@ astropy = """\ Recipes should usually depend on `astropy-base` as opposed to \ `astropy`. `astropy-base` only has the required dependancies whereas \ `astropy` now has all optional dependancies as well.""" +xorg_xextproto = """The use of `xorg-xextproto` and `xorg-xproto` are deprecated. \ +Please use `xorg-xorgproto` instead. It contains the latest version of allthe proto \ +packages and bundles them all together.""" +xorg_xproto = """The use of `xorg-xextproto` and `xorg-xproto` are deprecated. \ +Please use `xorg-xorgproto` instead. It contains the latest version of all the proto \ +packages and bundles them all together."""