Date: Friday, January 27, 2023 @ 11:39:43
Author: freswa
Revision: 1388486
archrelease: copy trunk to community-x86_64
Added:
fwupd-efi/repos/community-x86_64/PKGBUILD
(from rev 1388485, fwupd-efi/trunk/PKGBUILD)
fwupd-efi/repos/community-x86_64/keys/
Deleted:
fwupd-efi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 11:39:30 UTC (rev 1388485)
+++ PKGBUILD 2023-01-27 11:39:43 UTC (rev 1388486)
@@ -1,29 +0,0 @@
-# Maintainer: Filipe Laíns <[email protected]>
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=fwupd-efi
-pkgver=1.3
-pkgrel=1
-pkgdesc='EFI Application used by uefi-capsule plugin in fwupd'
-arch=('x86_64')
-url='https://github.com/fwupd/fwupd-efi'
-license=('LGPL')
-makedepends=('meson' 'gnu-efi')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d58b34e13c2159867c391260af4e2418eebf948d48dfab02ea472b5683ffaf59'
- 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
<[email protected]>
-
-build() {
- arch-meson ${pkgname}-${pkgver} build \
- -D efi_sbat_distro_id='arch' \
- -D efi_sbat_distro_summary='Arch Linux' \
- -D efi_sbat_distro_pkgname=${pkgname} \
- -D efi_sbat_distro_version=${pkgver} \
- -D
efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/"
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
Copied: fwupd-efi/repos/community-x86_64/PKGBUILD (from rev 1388485,
fwupd-efi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 11:39:43 UTC (rev 1388486)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns <[email protected]>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=fwupd-efi
+pkgver=1.4
+pkgrel=1
+pkgdesc='EFI Application used by uefi-capsule plugin in fwupd'
+arch=('x86_64')
+url='https://github.com/fwupd/fwupd-efi'
+license=('LGPL')
+makedepends=('meson' 'gnu-efi' 'python-pefile')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('27ddbc0a4e3209543eab49e69f1a014eb9ed95f93ff51f966f31082d3b7bffbc'
+ 'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
<[email protected]>
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build \
+ -D efi_sbat_distro_id='arch' \
+ -D efi_sbat_distro_summary='Arch Linux' \
+ -D efi_sbat_distro_pkgname=${pkgname} \
+ -D efi_sbat_distro_version=${pkgver} \
+ -D
efi_sbat_distro_url="https://archlinux.org/packages/community/x86_64/${pkgname}/"
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}