Date: Wednesday, January 31, 2018 @ 11:06:56 Author: bpiotrowski Revision: 315672
0.10.3-1: new upstream release Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-31 10:34:14 UTC (rev 315671) +++ PKGBUILD 2018-01-31 11:06:56 UTC (rev 315672) @@ -2,8 +2,8 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=0.10.2.1 -pkgrel=2 +pkgver=0.10.3 +pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="http://flatpak.org" arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) install=flatpak.install -_commit=35c9eafc9e10f054872c549a1200450026f36b6b # tags/0.10.2.1^0 +_commit=a3a83241e398b72cdd8b13b13c55ef5ad330a5ed # tags/0.10.3^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://github.com/projectatomic/bubblewrap" "git+https://git.gnome.org/browse/libglnx"
