diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 08:56:03 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 09:52:26 +0000 |
commit | c6248496658d960915b6393041d2ac7ebc908b34 (patch) | |
tree | 81c17ff4513cf0a4c7406f001e598587843c7246 /community/avrdude | |
parent | 9f79f5db8a923b69d2d7a47508b8973a257e8adb (diff) | |
download | aports-c6248496658d960915b6393041d2ac7ebc908b34.tar.bz2 aports-c6248496658d960915b6393041d2ac7ebc908b34.tar.xz |
community/avrdude: rebuild against byacc-20170430
Diffstat (limited to 'community/avrdude')
-rw-r--r-- | community/avrdude/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/avrdude/APKBUILD b/community/avrdude/APKBUILD index 36f7557481..0f1807a576 100644 --- a/community/avrdude/APKBUILD +++ b/community/avrdude/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=avrdude pkgver=6.3 -pkgrel=0 +pkgrel=1 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" url="http://www.nongnu.org/avrdude/" arch="all" |