summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVi0L02018-02-26 22:56:48 +0100
committerVi0L02018-02-26 22:56:48 +0100
commit3139c76712bf0631eecb9d1c44da1c0c90ac95e1 (patch)
tree0bab93ffcc584e0a084d20c6b5136efc9d78d2eb /PKGBUILD
parentf3e2fd5476b80161cf9551b520eb9032dcb4c442 (diff)
downloadaur-3139c76712bf0631eecb9d1c44da1c0c90ac95e1.tar.gz
add armv6h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5aa7dca70fa7..c7564bc074ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libxfont
pkgver=1.5.4
pkgrel=1
pkgdesc="X11 font rasterisation library"
-arch=(x86_64)
+arch=('x86_64' 'armv6h')
url="https://xorg.freedesktop.org/"
license=('custom')
depends=('freetype2' 'libfontenc' 'xproto' 'fontsproto')