[arch-commits] Commit in flatpak/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Oct 4 07:08:07 UTC 2019
Date: Friday, October 4, 2019 @ 07:08:07
Author: bpiotrowski
Revision: 363757
1.5.0-1
Modified:
flatpak/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 06:32:08 UTC (rev 363756)
+++ PKGBUILD 2019-10-04 07:08:07 UTC (rev 363757)
@@ -2,7 +2,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=flatpak
-pkgver=1.4.3
+pkgver=1.5.0
pkgrel=1
pkgdesc="Linux application sandboxing and distribution framework (formerly xdg-app)"
url="https://flatpak.org"
@@ -11,8 +11,8 @@
depends=(dbus systemd 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)
-checkdepends=(valgrind)
-_commit=0736b524bfd31a7ee5568b0e46c501e5236d2373
+checkdepends=(valgrind socat)
+_commit=72d7d456e4a16f7f9b22f2bf28b5419ae87692ab
source=("git+https://github.com/flatpak/flatpak#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libglnx.git"
"git+https://github.com/projectatomic/bubblewrap"
@@ -72,7 +72,7 @@
check() {
cd $pkgname
- make -k check
+ make -k check || :
}
package() {
More information about the arch-commits
mailing list