pidgin/pidgin

bitbucket-pipelines.yml: Change `make check` to `make distcheck`

Now that `make distcheck` should succeed, we can just use it as it
internally does `make check`. This patch changes the BitBucket
pipeline file to do so.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/libpurple
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
plugindir=${libdir}/purple-@PURPLE_MAJOR_VERSION@
Name: libpurple
Description: libpurple is a GLib-based instant messenger library.
Version: @VERSION@
Requires: glib-2.0@GPLUGIN_REQ@
Cflags: -I${includedir}
Libs: -L${libdir} -lpurple