By using Mathematica
Series[MeijerG[{{-(1/2)}, {}}, {{-(1/2), -(1/2), 1/2}, {}}, a x], {x,0, 0}, Assumptions -> a > 0],
I got an asymptotic expansion of MeijerG function at $x\approx 0$ for $a>0$ as $$G_{1,3}^{3,1}\left(a x\left| \begin{array}{c} -\frac{1}{2} \\ -\frac{1}{2},-\frac{1}{2},\frac{1}{2} \\ \end{array} \right.\right)\xrightarrow{} \frac{-\log (a)-\log (x)-2 \gamma }{\sqrt{a} \sqrt{x}}+O\left(\sqrt{x}\right).$$
However, with available asymptotic expression in MeijerG, I could not derive above expression.
Does anyone have an idea of deriving this?
Here is the plot:

MeierGto simpler functions. Have a look here Bateman, H.; Erdélyi, A. (1953). Higher Transcendental Functions, Vol. I (PDF). New York: McGraw–Hill. (see § 5.3, "Definition of the G-Function", Eq.(32) on p. 218) – yarchik Dec 29 '19 at 18:42