Date: Friday, May 19, 2017 @ 07:53:38
  Author: bpiotrowski
Revision: 296277

upgpkg: flatpak 0.9.3-2

move optdepends to depends

Modified:
  flatpak/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-05-19 06:40:19 UTC (rev 296276)
+++ PKGBUILD    2017-05-19 07:53:38 UTC (rev 296277)
@@ -3,17 +3,15 @@
 
 pkgname=flatpak
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org";
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
-         libseccomp libarchive libelf libcap python bubblewrap)
+         libseccomp libarchive libelf libcap python bubblewrap patch elfutils)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
              libdwarf)
-optdepends=('elfutils: for flatpak-builder'
-            'patch: for flatpak-builder')
 install=flatpak.install
 _commit=99b2d90724f1d9db7330f669062ea1ffc9c57264  # tags/0.9.3^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";

Reply via email to