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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Jul 3 17:02:26 UTC 2020


    Date: Friday, July 3, 2020 @ 17:02:25
  Author: bpiotrowski
Revision: 390799

1.8.1-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-03 16:32:42 UTC (rev 390798)
+++ PKGBUILD	2020-07-03 17:02:25 UTC (rev 390799)
@@ -2,17 +2,17 @@
 # Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=flatpak
-pkgver=1.7.2
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
 url="https://flatpak.org"
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp libarchive
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp libarchive
          python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind socat)
-_commit=bac2e705259faa9f7c05f097447d276369ab33b9  # tags/1.7.2^0
+_commit=2e9776f209e814e256dd7d42661d2455b6516d01  # tags/1.8.1^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git"
         "git+https://github.com/projectatomic/bubblewrap"
@@ -81,9 +81,6 @@
   install -Dm644 "$srcdir/flatpak-bindir.sh" "$pkgdir/etc/profile.d/flatpak-bindir.sh"
   install -Dm644 "$srcdir/flathub.flatpakrepo" "$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
 
-  echo 'u flatpak - "Flatpak system helper"' |
-    install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
   # Fixup mode to match polkit
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }



More information about the arch-commits mailing list