From cbc5a1b933cb42759649d05c932d1949c0a9634f Mon Sep 17 00:00:00 2001 From: Lain Date: Tue, 17 Oct 2017 18:30:11 +0000 Subject: [PATCH] avrdude: enable cross --- srcpkgs/avrdude/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/avrdude/template b/srcpkgs/avrdude/template index 99f37782dd..d8e35b4651 100644 --- a/srcpkgs/avrdude/template +++ b/srcpkgs/avrdude/template @@ -1,7 +1,7 @@ # Template file for 'avrdude' pkgname="avrdude" version=6.3 -revision=1 +revision=2 build_style=gnu-configure short_desc="An utility to manipulate ROM and EEPROM of AVR microcontrollers" maintainer="allan " @@ -9,7 +9,6 @@ license="GPL-2" homepage="http://www.nongnu.org/avrdude/" distfiles="$NONGNU_SITE/$pkgname/${pkgname}-$version.tar.gz" checksum=0f9f731b6394ca7795b88359689a7fa1fba818c6e1d962513eb28da670e0a196 -only_for_archs="i686 x86_64" hostmakedepends="flex" makedepends="elfutils-devel libusb-compat-devel" depends="avr-libc"