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

Jan Steffens heftig at gemini.archlinux.org
Wed Jan 19 19:50:50 UTC 2022


    Date: Wednesday, January 19, 2022 @ 19:50:50
  Author: heftig
Revision: 434747

1.2.2-1

Modified:
  flatpak-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 19:50:43 UTC (rev 434746)
+++ PKGBUILD	2022-01-19 19:50:50 UTC (rev 434747)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=flatpak-builder
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Tool to build flatpaks from source"
 url="https://flatpak.org"
@@ -8,11 +8,11 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(flatpak binutils elfutils unzip tar git bzr patch rpmextract cpio
-         appstream-glib)
+         appstream-glib fuse2)
 makedepends=(gobject-introspection git docbook-xsl xmlto libdwarf)
 checkdepends=(valgrind)
 replaces=('flatpak<0.9.10')
-_commit=b6027eb3ea4b0113c581e3b66d78e31a735281b0  # tags/1.2.1
+_commit=4e9fb6a3e6c405f10797f12cc5c8c0a6ce99282d  # tags/1.2.2^0
 source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git"
         "git+https://sourceware.org/git/debugedit.git")
@@ -49,7 +49,8 @@
     --sbindir=/usr/bin \
     --libexecdir=/usr/lib \
     --disable-static \
-    --with-dwarf-header=/usr/include/libdwarf
+    --with-dwarf-header=/usr/include/libdwarf \
+    --with-fuse=2
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 



More information about the arch-commits mailing list