summaryrefslogtreecommitdiff
path: root/community/flashrom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r--community/flashrom/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index 925430b13..9cc1bb68c 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -9,10 +9,10 @@ pkgver=0.9.7
pkgrel=2
pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips"
url="http://www.flashrom.org/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libftdi-compat' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+[ "$CARCH" != "mips64el" ] && optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
md5sums=('d239bafa1b46619d851f70f84a5b122a')