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

Jan Steffens heftig at archlinux.org
Thu Oct 4 22:16:26 UTC 2018


    Date: Thursday, October 4, 2018 @ 22:16:26
  Author: heftig
Revision: 335767

1.0.3-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-04 22:16:05 UTC (rev 335766)
+++ PKGBUILD	2018-10-04 22:16:26 UTC (rev 335767)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=flatpak
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
 url="http://flatpak.org"
@@ -12,14 +12,16 @@
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
 checkdepends=(valgrind)
 install=flatpak.install
-_commit=2ec63469ec9aecdf202458eff2d5217904214e19  # tags/1.0.2^0
+_commit=b6a8cab35ff7628050a5e5c385979a034a2ff2dc  # tags/1.0.3^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
         "git+https://github.com/projectatomic/bubblewrap"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git"
+        "git+https://github.com/flatpak/xdg-dbus-proxy"
         flatpak-bindir.sh flathub.flatpakrepo)
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
+            'SKIP'
             'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00'
             '3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a')
 
@@ -29,6 +31,7 @@
   git submodule init
   git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
   git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
   git submodule update
 
   # https://github.com/flatpak/flatpak/issues/267



More information about the arch-commits mailing list