summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b0fd68add4a..e1909e8594aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 16:16:35 UTC 2018
+# Mon Feb 26 21:56:06 UTC 2018
pkgbase = libxfont
pkgdesc = X11 font rasterisation library
pkgver = 1.5.4
pkgrel = 1
url = https://xorg.freedesktop.org/
arch = x86_64
+ arch = armv6h
license = custom
makedepends = xorg-util-macros
makedepends = xtrans
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')