Package Details: gcfflasher 4.4.0-1

Git Clone URL: https://aur.archlinux.org/gcfflasher.git (read-only, click to copy)
Package Base: gcfflasher
Description: Tool to program the firmware of dresden elektronik's Zigbee products.
Upstream URL: https://github.com/dresden-elektronik/gcfflasher
Licenses: BSD-3-Clause
Conflicts: gcfflasher
Provides: gcfflasher
Submitter: rautesamtr
Maintainer: rautesamtr
Last Packager: rautesamtr
Votes: 1
Popularity: 0.000012
First Submitted: 2021-09-09 08:27 (UTC)
Last Updated: 2024-02-19 19:09 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

FabioLolix commented on 2024-01-09 17:59 (UTC)

Hello, the pkgbuild is broken since this commit https://aur.archlinux.org/cgit/aur.git/commit/?h=gcfflasher&id=a03493f626b256e3e3a7eb3aba37d8f05ef66f6b

==> Starting package()...
-- Install configuration: "None"
-- Installing: /home/fabio/Dev/pkg_make/SELFAUR_libgpiod/gcfflasher/pkg/gcfflasher/usr/bin/GCFFlasher
/home/fabio/Dev/pkg_make/SELFAUR_libgpiod/gcfflasher/PKGBUILD: line 27: cd: gcfflasher: No such file or directory
==> ERROR: A failure occurred in package().

This was introduced by a not needed change

Please don't rename git sources with $pkgname-$pkgver:: this have the negative effect to download the whole source for every pkgver; instead of sharing it for who have configure a common source destination (SRCDEST= in makepkg.conf)

bhedrich commented on 2022-10-11 11:21 (UTC)

Can you please apply this patch here?

diff --git a/PKGBUILD b/PKGBUILD
index 3044731..961f4f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=gcfflasher
 pkgver=4.0.3_beta
 pkgrel=1
 pkgdesc="Tool to program the firmware of dresden elektronik's Zigbee products."
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
 url="https://github.com/dresden-elektronik/gcfflasher"
 license=(BSD)
 depends=(libgpiod)