summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/fcode-utils/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/fcode-utils/PKGBUILD b/pcr/fcode-utils/PKGBUILD
index 4831c264e..6a058f935 100644
--- a/pcr/fcode-utils/PKGBUILD
+++ b/pcr/fcode-utils/PKGBUILD
@@ -3,12 +3,13 @@
# parabola changes and rationale:
# - Updated to version 1.0.3
+# - Added armv7h support
pkgname=fcode-utils
pkgver=1.0.3
pkgrel=1
pkgdesc="Utilities to process FCODE, OpenFirmware's byte code"
-arch=(i686 x86_64)
+arch=(armv7h i686 x86_64)
url=https://www.openfirmware.info/FCODE_suite
license=(GPL2)
depends=(glibc)