Date: Tuesday, April 30, 2019 @ 13:46:30 Author: bpiotrowski Revision: 352312
1.3.3-1 Modified: flatpak/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 13:35:29 UTC (rev 352311) +++ PKGBUILD 2019-04-30 13:46:30 UTC (rev 352312) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=flatpak -pkgver=1.3.2+6+g00dfce52 +pkgver=1.3.3 pkgrel=1 pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)" url="https://flatpak.org" @@ -12,7 +12,7 @@ makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto) checkdepends=(valgrind) install=flatpak.install -_commit=00dfce528326476aa3d9167887b2cefdaec412bd # master +_commit=7cde959b4ea450fcf5666878ccb703a560dd1d7b # tags/1.3.3^0 source=("git+https://github.com/flatpak/flatpak#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libglnx.git" "git+https://github.com/projectatomic/bubblewrap" @@ -73,7 +73,7 @@ check() { cd $pkgname # Xattr tests fail on tmpfs - make -k check || : + make -k check } package() {
