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

Jan Steffens heftig at archlinux.org
Tue Oct 25 15:30:52 UTC 2016


    Date: Tuesday, October 25, 2016 @ 15:30:51
  Author: heftig
Revision: 279233

0.6.13-1

Modified:
  flatpak/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-25 15:25:03 UTC (rev 279232)
+++ PKGBUILD	2016-10-25 15:30:51 UTC (rev 279233)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=flatpak
-pkgver=0.6.12
-pkgrel=2
+pkgver=0.6.13
+pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org"
 arch=(i686 x86_64)
@@ -12,10 +12,10 @@
          json-glib libseccomp libarchive libelf libcap)
 makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
 install=flatpak.install
-_commit=41d2e453622409e4387c36d64a72af589d87e345  # tags/0.6.12^0
+_commit=af983c2b0674d3d3532d1827cc2d1ad8eb4ce88e  # tags/0.6.13^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
-        "git://git.gnome.org/libglnx"
-        "git+https://github.com/projectatomic/bubblewrap")
+        "git+https://github.com/projectatomic/bubblewrap"
+        "git://git.gnome.org/libglnx")
 sha256sums=('SKIP'
             'SKIP'
             'SKIP')
@@ -23,12 +23,9 @@
 prepare() {
   cd $pkgname
 
-  # CVE-2016-8659
-  git cherry-pick -n da0204f4c81e7cf66943ac07317a48cad28ecf95
-
   git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
   git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
   git submodule update
 
   sed -i '/locale\/C\./d' tests/make-test-runtime.sh



More information about the arch-commits mailing list