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

Nicola Squartini tensor5 at archlinux.org
Mon Feb 19 14:56:07 UTC 2018


    Date: Monday, February 19, 2018 @ 14:56:06
  Author: tensor5
Revision: 296386

upgpkg: electron 1.7.12-3

Add xdg-utils as optional dependency.

Modified:
  electron/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 14:52:45 UTC (rev 296385)
+++ PKGBUILD	2018-02-19 14:56:06 UTC (rev 296386)
@@ -4,7 +4,7 @@
 _chromiumver=58.0.3029.110
 pkgname=electron
 pkgver=1.7.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='http://electron.atom.io/'
@@ -17,7 +17,8 @@
 optdepends=('gvfs: file deletion support (gvfs-trash)'
             'kde-cli-tools: file deletion support (kioclient5)'
             'kdebase-runtime: file deletion support (kioclient)'
-            'trash-cli: file deletion support (trash-put)')
+            'trash-cli: file deletion support (trash-put)'
+            "xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)")
 source=("git+https://github.com/electron/electron.git#tag=v${pkgver}"
         'git+https://github.com/boto/boto.git'
         'breakpad::git+https://github.com/electron/chromium-breakpad.git'



More information about the arch-commits mailing list