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

Bruno Pagani archange at archlinux.org
Tue Feb 12 15:53:25 UTC 2019


    Date: Tuesday, February 12, 2019 @ 15:53:24
  Author: archange
Revision: 431968

upgpkg: electron2 2.0.17-1

Use bundled libvpx since system one is being upgraded to the incompatible 1.8.0 release.

Modified:
  electron2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 15:50:26 UTC (rev 431967)
+++ PKGBUILD	2019-02-12 15:53:24 UTC (rev 431968)
@@ -3,13 +3,13 @@
 
 _chromiumver=61.0.3163.100
 pkgname=electron2
-pkgver=2.0.16
+pkgver=2.0.17
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
 license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt'
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt'
          'libxss' 'minizip' 'nss' 're2' 'snappy')
 makedepends=('clang' 'git' 'gperf' 'harfbuzz-icu' 'jsoncpp' 'libnotify' 'lld'
              'llvm' 'ninja' 'npm' 'pciutils' 'python2' 'wget' 'yasm')
@@ -93,7 +93,7 @@
               'libevent'
               'libjpeg'
 #              'libpng'
-              'libvpx'
+#              'libvpx' # Not compatible with libvpx 1.8.0
               'libwebp'
               'libxml'
               'libxslt'



More information about the arch-commits mailing list