# this makes ABI changes automatically cast those that depend on xmms2 via an up_trigger

local OLD_SPELL_VERSION=""
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ]; then
  for each in $(show_up_depends $SPELL 1); do
    up_trigger $each check_self
  done
fi
