PKGBUILD: works on aarch64 too

This commit is contained in:
Daniel Eklöf 2020-06-05 12:06:31 +02:00
parent c012a0ffc7
commit f0980934d4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1,7 +1,7 @@
pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.3.0
pkgrel=1
arch=('x86_64')
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.1')