Hello,
This patch drops x86_64 and armv7h from our flashprog PKGBUILD since
both respective upstreams are packaging this software in the same
manner we are, thus leading to duplicated efforts.

This is part of the effort to offload workload from PCR maintenance
where possible.

-- 
Kind Regards,
Wael Karram.
From 230752f1be74d9fcb79dd5432eb3ee9fe0068f9f Mon Sep 17 00:00:00 2001
From: wael <[email protected]>
Date: Thu, 30 Oct 2025 12:28:04 +0200
Subject: [PATCH] Dropped x86_64 and armv7h targets from flashprog, as the
 package is provided by the respective upstreams in [Extra]

---
 pcr/flashprog/PKGBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pcr/flashprog/PKGBUILD b/pcr/flashprog/PKGBUILD
index f98190d4e..c0d8ba096 100644
--- a/pcr/flashprog/PKGBUILD
+++ b/pcr/flashprog/PKGBUILD
@@ -5,6 +5,7 @@
 # 1) Clarified license version (GPLv2 only).
 # 2) Dropped unsupported architectures.
 # 3) Build from archive, not git repo tags.
+# 4) Drop x86_64 and armv7h targets, provided by their respective upstreams.
 
 pkgname="flashprog"
 pkgdesc="Flashprog is a utility which can be used to detect, read, erase, or write BIOS chips (DIP, PLCC, SPI)."
@@ -19,7 +20,7 @@ validpgpkeys=('2853079C9C66AB7E82C64966A5C163B7E557CAEB')
 depends=('pciutils' 'libusb' 'libftdi' 'libjaylink') # libgpiod became incompatible with 2.0
 makedepends=('git' 'make')
 optdepends=("dmidecode: for SMBIOS/DMI table decoder support")
-arch=('armv7h' 'i686' 'x86_64')
+arch=('i686')
 
 build() {
 	cd "${srcdir}/${pkgname}-v${pkgver}"
-- 
2.51.1

Attachment: pgpBNgXaXU3KK.pgp
Description: OpenPGP digital signature

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to