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 7925992d9..39e47c3db 100644 --- a/community/avrdude/PKGBUILD +++ b/community/avrdude/PKGBUILD @@ -6,7 +6,7 @@ pkgname=avrdude pkgver=5.11.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=('libusb-compat' 'readline' 'libftdi') |