git » qt5-webengine.git » commit 65a70cd

Build with node.js (FS#68075)

author Antonio Rojas
2020-10-02 17:11:51 UTC
committer Antonio Rojas
2020-10-02 17:11:51 UTC
parent d51eefd0ec3deee8fddd460f552cbc0dfa29e76e

Build with node.js (FS#68075)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2bdeedc..edee67a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
 pkgname=qt5-webengine
 _qtver=5.15.1
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser project'
 depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 
          'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx' 'krb5' 'ttf-font')
-makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'libpipewire02')
+makedepends=('python2' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'libpipewire02' 'nodejs')
 optdepends=('libpipewire02: WebRTC desktop sharing under Wayland')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"