summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2019-09-09 16:06:16 -0400
committerSamuel A. Winchenbach2019-09-09 16:06:16 -0400
commit3a6bcdef1f610948d63681aece6ad4383fc4f561 (patch)
treedc7787dafb55e8436949da239d618b72a9cd399b /PKGBUILD
parent2b5a340c37dc2854650155ebce4c263b446083b4 (diff)
downloadaur-3a6bcdef1f610948d63681aece6ad4383fc4f561.tar.gz
Added provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4d66d5f0b61..b720897fcb58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=avrdude-svn
_pkgname=avrdude
pkgrel=1
-pkgver=20160328.1388
+pkgver=20190105.1429
pkgdesc="AVRDUDE is an utility to download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers using the in-system programming technique (ISP)."
arch=(i686 x86_64 armv6h armv7h)
url="http://www.nongnu.org/avrdude/"
@@ -11,7 +11,7 @@ groups=()
depends=('libftdi' 'libusb-compat' 'hidapi')
makedepends=(svn)
optdepends=('elfutils')
-provides=()
+provides=('avrdude')
conflicts=('avrdude' 'avrdude-osuisp2-svn')
replaces=()
backup=()