Date: Thursday, January 26, 2023 @ 19:45:21 Author: freswa Revision: 1388364
add python-pefile as make dependency Upstream mentioned [0] that upcoming releases will python-pefile to build. It has been verified by their CI already. [0] https://github.com/fwupd/fwupd-efi/pull/35 Modified: fwupd-efi/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-26 19:41:50 UTC (rev 1388363) +++ PKGBUILD 2023-01-26 19:45:21 UTC (rev 1388364) @@ -8,7 +8,7 @@ arch=('x86_64') url='https://github.com/fwupd/fwupd-efi' license=('LGPL') -makedepends=('meson' 'gnu-efi') +makedepends=('meson' 'gnu-efi' 'python-pefile') source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}) sha256sums=('d58b34e13c2159867c391260af4e2418eebf948d48dfab02ea472b5683ffaf59' 'SKIP')
