[arch-commits] Commit in avrdude/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed May 8 19:47:40 UTC 2019
Date: Wednesday, May 8, 2019 @ 19:47:39
Author: jelle
Revision: 463209
upgpkg: avrdude 1:6.3-6
Fallback to libusb-compat
Modified:
avrdude/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-08 19:43:38 UTC (rev 463208)
+++ PKGBUILD 2019-05-08 19:47:39 UTC (rev 463209)
@@ -3,13 +3,13 @@
pkgname=avrdude
pkgver=6.3
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
arch=('x86_64')
url="http://www.nongnu.org/avrdude/"
license=('GPL')
-depends=('readline' 'libftdi' 'libusb' 'elfutils')
+depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' '5E84F980C3CAFD4BB5841070F48CA81B69A85873')
md5sums=('58bb42049122cf80fe4f4d0ce36d92ee'
More information about the arch-commits
mailing list