[arch-commits] Commit in fwupd/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Apr 15 13:49:54 UTC 2020
Date: Wednesday, April 15, 2020 @ 13:49:54
Author: archange
Revision: 614711
upgpkg: fwupd 1.4.0-1
Patch is now released
Modified:
fwupd/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 13:33:17 UTC (rev 614710)
+++ PKGBUILD 2020-04-15 13:49:54 UTC (rev 614711)
@@ -2,8 +2,8 @@
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
pkgname=fwupd
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64)
url="https://github.com/fwupd/fwupd"
@@ -10,7 +10,8 @@
license=(LGPL)
depends=(libxmlb efivar python libsmbios libgusb
libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info tpm2-tss)
+ libgudev polkit shared-mime-info tpm2-tss
+ flashrom libjcat)
optdepends=(
'modemmanager: modem firmware upgrade support'
'udisks2: UEFI firmware upgrade support'
@@ -29,17 +30,10 @@
'etc/fwupd/remotes.d/vendor.conf'
'etc/fwupd/uefi.conf'
'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
- fwupd-fix-fwupdtool-path.patch::https://github.com/fwupd/fwupd/commit/d9597df863ca21e0fb2ff821f0c612e0eb0558b2.patch)
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 'SKIP'
- '40f17221f2ddec0df85a388615a0ad6aa057643d153bb4b236c2c484de76c34f')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -p1 -i ../fwupd-fix-fwupdtool-path.patch
-}
-
build() {
cd ${pkgname}-${pkgver}
arch-meson -D b_lto=false ../build
More information about the arch-commits
mailing list