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

Bruno Pagani archange at gemini.archlinux.org
Sun Dec 26 17:28:01 UTC 2021


    Date: Sunday, December 26, 2021 @ 17:28:01
  Author: archange
Revision: 1083891

upgpkg: gnome-firmware 41.0-1

Modified:
  gnome-firmware/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-26 17:18:56 UTC (rev 1083890)
+++ PKGBUILD	2021-12-26 17:28:01 UTC (rev 1083891)
@@ -1,22 +1,22 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=gnome-firmware
-pkgver=3.36.0
-pkgrel=2
+pkgver=41.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 libxmlb libsoup systemd)
+depends=(gtk3 glib2 fwupd libhandy libxmlb libsoup systemd)
 makedepends=(meson help2man)
 source=(https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('085da82f7c4a027abcd8cbc2c66da92158eff723d4cdffc1cf032ebd590215f4')
+sha256sums=(f6d6fd4c5712bb9ecdbc6cc8dff6c65a3c8857545ab4a24b5aeabf80514b86bb)
 
 build() {
-	arch-meson ${pkgname}-${pkgver} build
-	meson compile -C build
+  arch-meson ${pkgname}-${pkgver} build
+  meson compile -C build
 }
 
 package() {
-	DESTDIR="${pkgdir}" meson install -C build
+  DESTDIR="${pkgdir}" meson install -C build
 }



More information about the arch-commits mailing list