diff options
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r-- | community/flashrom/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index 1b6db94b1..4e7399c63 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -9,10 +9,10 @@ pkgver=0.9.6.1 pkgrel=1 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' '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=('407e836c0a2b17ec76583cb6809f65e5') |