[arch-commits] Commit in fwupd/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Fri Apr 10 18:56:49 UTC 2020


    Date: Friday, April 10, 2020 @ 18:56:49
  Author: archange
Revision: 613153

FS#65814

Modified:
  fwupd/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-10 18:48:25 UTC (rev 613152)
+++ PKGBUILD	2020-04-10 18:56:49 UTC (rev 613153)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd"
@@ -29,10 +29,17 @@
         '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})
-sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 'SKIP')
+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')
 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