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

Bruno Pagani archange at gemini.archlinux.org
Sat Apr 2 13:52:03 UTC 2022


    Date: Saturday, April 2, 2022 @ 13:52:02
  Author: archange
Revision: 1180798

upgpkg: gnome-firmware 42.0-1

Modified:
  gnome-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 13:47:10 UTC (rev 1180797)
+++ PKGBUILD	2022-04-02 13:52:02 UTC (rev 1180798)
@@ -1,16 +1,16 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=gnome-firmware
-pkgver=41.0
+pkgver=42.0
 pkgrel=1
 pkgdesc="Manage firmware on devices supported by fwupd"
 arch=(x86_64)
 url="https://gitlab.gnome.org/hughsie/gnome-firmware-updater"
 license=(GPL2)
-depends=(gtk3 glib2 fwupd libhandy libxmlb libsoup systemd)
+depends=(gtk4 glib2 fwupd libadwaita libxmlb systemd)
 makedepends=(meson help2man)
 source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=(f6d6fd4c5712bb9ecdbc6cc8dff6c65a3c8857545ab4a24b5aeabf80514b86bb)
+sha256sums=(bbf00b042f0e017fa4235af4c7a4be93a0fe191f213a3478b45d82d875c74412)
 
 build() {
   arch-meson ${pkgname}-${pkgver} build
@@ -18,5 +18,5 @@
 }
 
 package() {
-  DESTDIR="${pkgdir}" meson install -C build
+  meson install -C build --destdir "${pkgdir}"
 }



More information about the arch-commits mailing list