summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2016-02-17 09:57:46 +0100
committerMarcus Behrendt2016-02-17 09:57:46 +0100
commitba8b439dcf44eb515b5ad856408c88b658ceeb53 (patch)
treef50687450eed08c06374d7acb4eab70c6e69726e
parentae68505b86a380d9884e9040f0778a2b3130c034 (diff)
downloadaur-ba8b439dcf44eb515b5ad856408c88b658ceeb53.tar.gz
add armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a690b007ce..c70e383c2c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 08:56:33 UTC 2016
pkgbase = fontconfig-infinality
pkgdesc = Fontconfig is a library for configuring and customizing font access, patched with infinality patches.
pkgver = 2.11.94
pkgrel = 2
url = https://github.com/bohoomil/fontconfig-ultimate
install = install.sh
+ arch = armv7h
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b33c23c344c5..efff5e5d64b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=fontconfig-infinality
pkgver=2.11.94
pkgrel=2
pkgdesc="Fontconfig is a library for configuring and customizing font access, patched with infinality patches."
-arch=(i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
license=('GPL')
url="https://github.com/bohoomil/fontconfig-ultimate"
depends=('freetype2-infinality')