extra/qt5-webengine to 5.15.16-6

This commit is contained in:
Kevin Mihelich 2024-04-03 18:20:19 +00:00
parent 23ccee1c3c
commit 2ead2fde5c
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = qt5-webengine
pkgdesc = Provides support for web applications using the Chromium browser project
pkgver = 5.15.16
pkgrel = 5
pkgrel = 6
url = https://www.qt.io
arch = x86_64
groups = qt5
@ -24,6 +24,7 @@ pkgbase = qt5-webengine
depends = pciutils
depends = libxss
depends = libxkbfile
depends = libxdamage
depends = libevent
depends = snappy
depends = nss

View file

@ -12,12 +12,12 @@ highmem=1
pkgname=qt5-webengine
_basever=5.15.13
pkgver=5.15.16
pkgrel=5
pkgrel=6
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' 'libxkbfile'
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libxkbfile' 'libxdamage'
'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 'libvpx' 'libxtst' 'ttf-font')
makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
optdepends=('pipewire: WebRTC desktop sharing under Wayland')