[arch-commits] Commit in fwupd-efi/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Sat Jun 19 16:37:03 UTC 2021
Date: Saturday, June 19, 2021 @ 16:37:02
Author: freswa
Revision: 965539
archrelease: copy trunk to community-x86_64
Added:
fwupd-efi/repos/community-x86_64/PKGBUILD
(from rev 965538, fwupd-efi/trunk/PKGBUILD)
Deleted:
fwupd-efi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 29 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-19 16:35:50 UTC (rev 965538)
+++ PKGBUILD 2021-06-19 16:37:02 UTC (rev 965539)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns <lains at archlinux.org>
-
-pkgname=fwupd-efi
-pkgver=1.0
-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=('add34f160e90eddd60911eb132fb7504c4b5727153f9623160d421be6ca11099'
- 'SKIP')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard at hughsie.com>
-
-build() {
- mkdir $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- arch-meson .. \
- -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
-}
-
-package() {
- cd $pkgname-$pkgver/build
-
- DESTDIR="$pkgdir" meson install
-}
Copied: fwupd-efi/repos/community-x86_64/PKGBUILD (from rev 965538, fwupd-efi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-19 16:37:02 UTC (rev 965539)
@@ -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.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
+}
More information about the arch-commits
mailing list