Swapfile created: 1024M
[user@alarm etc]$ free -m
              total        used        free      shared  buff/cache   available
Mem:            972         392         423           0         156         563
Swap:          1023           0        1023
No change,  the makepkg problem persist:
Build information:
    source code location   : .
    prefix                 : /usr
    sysconfdir             : /etc
       conf file           : /etc/pacman.conf
    localstatedir          : /var
       database dir        : /var/lib/pacman/
    compiler               : gcc
    compiler flags         : -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4
    package-query version  : 1.5
    using git version      : no
       git ver             : 
  Variable information:
    root working directory : /
    aur base url           : 
https://aur.archlinux.orgmake  all-recursive
make[1]: Entering directory '/home/user/packagequery/src/package-query-1.5'
Making all in src
make[2]: Entering directory '/home/user/packagequery/src/package-query-1.5/src'
gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H  -I. -I..   -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
In file included from /usr/include/alpm.h:35:0,
                 from alpm-query.h:21,
                 from aur.c:30:
/usr/include/archive.h:1:1: error: expected identifier or ‘(’ before ‘.’ token
 ../../ca-certificates/extracted/cadir/AddTrust_Qualified_Certificates_Root.pem  
.
.
.
#few error than this one all of them on /usr/include/archive.h
.
.
#anf final error
Makefile:426: recipe for target 'aur.o' failed
make[2]: *** [aur.o] Error 1
make[2]: Leaving directory '/home/user/packagequery/src/package-query-1.5/src'
Makefile:412: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/packagequery/src/package-query-1.5'
Makefile:343: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...