[arch-commits] Commit in fwupd-efi/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Tue Jan 25 13:49:10 UTC 2022


    Date: Tuesday, January 25, 2022 @ 13:49:10
  Author: freswa
Revision: 1115499

archrelease: copy trunk to community-x86_64

Added:
  fwupd-efi/repos/community-x86_64/PKGBUILD
    (from rev 1115498, fwupd-efi/trunk/PKGBUILD)
Deleted:
  fwupd-efi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 13:49:08 UTC (rev 1115498)
+++ PKGBUILD	2022-01-25 13:49:10 UTC (rev 1115499)
@@ -1,29 +0,0 @@
-# Maintainer: Filipe Laíns <lains at archlinux.org>
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-
-pkgname=fwupd-efi
-pkgver=1.1
-pkgrel=1
-pkgdesc='EFI Application used by uefi-capsule plugin in fwupd'
-arch=('x86_64')
-url='https://github.com/fwupd/fwupd'
-license=('LGPL')
-makedepends=('meson' 'gnu-efi')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('5c01f1ccaf1d232e91d0947937af7bd9a32b1c020a99707d2f5f694b3b4e07f1'
-            'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-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 1115498, fwupd-efi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-25 13:49:10 UTC (rev 1115499)
@@ -0,0 +1,29 @@
+# Maintainer: Filipe Laíns <lains at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+
+pkgname=fwupd-efi
+pkgver=1.2
+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=('691c77f11c2101048d8dabaf63c6d0fe22cfad0e5d4322041c9babcebafceb3f'
+            'SKIP')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
+
+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
+}



More information about the arch-commits mailing list