Date: Monday, November 14, 2022 @ 21:33:50
  Author: freswa
Revision: 1348005

build with hidapi support

Modified:
  avrdude/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-14 21:33:49 UTC (rev 1348004)
+++ PKGBUILD    2022-11-14 21:33:50 UTC (rev 1348005)
@@ -1,15 +1,17 @@
+# Maintainer: Jelle van der Waa <[email protected]>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
 # Contributor: Corrado Primier <[email protected]>
-# Maintainer: Brad Fanella <[email protected]>
+# Contributor: Brad Fanella <[email protected]>
 
 pkgname=avrdude
 pkgver=7.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR 
microcontrollers"
 arch=('x86_64')
 url="https://www.nongnu.org/avrdude/";
 license=('GPL')
-depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
+depends=('elfutils' 'hidapi' 'libftdi' 'libusb-compat' 'readline')
 
source=(https://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' 
'5E84F980C3CAFD4BB5841070F48CA81B69A85873' 
'56628323218C669FF578705C7E9EADC3030D34EB')
 
b2sums=('260817e81c50492035afb3eacf89c5c418e1e966decc0ecec81e91a8f5372c25ef75cfa9aab47e4a648d5e85b7854e8fa53c65f826aa7752bc8dc6a3c15f588a'
@@ -16,7 +18,7 @@
         'SKIP')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure --mandir=/usr/share/man \
     --prefix=/usr \
@@ -27,7 +29,7 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }

Reply via email to