Added aarch64 to arch array

master
Jef Roosens 2022-04-09 11:18:29 +02:00
parent ef9097031b
commit c4ec79caf4
Signed by: Jef Roosens
GPG Key ID: 2619CD13516CF9C4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pkgname=libxft-bgra
pkgver=2.3.4
pkgrel=1
pkgdesc="X FreeType library with support for BGRA glyphs and scaling."
arch=('x86_64')
arch=('x86_64' 'aarch64')
url="https://xorg.freedesktop.org"
license=('custom')
depends=('fontconfig' 'libxrender')