diff options
Diffstat (limited to 'community/avrdude/PKGBUILD')
-rw-r--r-- | community/avrdude/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD index 72757ecf2..57ab41554 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -6,7 +6,7 @@ pkgname=avrdude pkgver=6.0.1 pkgrel=3 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/avrdude/" license=('GPL') depends=('readline' 'libftdi' 'libusb-compat') |