I am trying to build a package (audacious 4.3.1-1) using makepkg and a PKGBUILD file that I got from Arch Linux repositori. Before run makepkg I run "pckcp -e" in order to improve the PKGBUILD file (but only erased header). When I run makepkg I get an error... not recognize arch-meson... what to do???
14 build() {
15 arch-meson $pkgname-$pkgver build \
16 -Dgtk=false \
17 -Dbuildstamp='Arch Linux'
18 meson compile -C build
19 }
$ makepkg -s
==> Creando el paquete: audacious 4.3.1-1 (lun 08 abr 2024 00:15:12)
==> Comprobando dependencias mientras se ejecuta...
==> Comprobando dependencias mientras se compila...
==> Recibiendo las fuentes...
-> Descargando audacious-4.3.1.tar.bz2...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 616k 100 616k 0 0 218k 0 0:00:02 0:00:02 --:--:-- 218k
==> Validando los archivos source con sha256sums...
audacious-4.3.1.tar.bz2 ... Aprobado
==> Extrayendo las fuentes...
-> Extrayendo audacious-4.3.1.tar.bz2 con bsdtar
==> Iniciando build()...
/home/freddy/Paquetes/audacious/PKGBUILD: línea 15: arch-meson: orden no encontrada
==> ERROR: Se produjo un fallo en build().
Cancelando...
$ _