Remove qt5-webkit dependency as is no longer supported in FreeCAD

Update .SRCINFO and PKGBUILD
This commit is contained in:
Adrian Insaurralde 2022-11-17 20:06:24 -03:00
parent de1b2046d2
commit 45ef9dde62
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = freecad-git pkgbase = freecad-git
pkgdesc = A general purpose 3D CAD modeler - git checkout pkgdesc = A general purpose 3D CAD modeler - git checkout
pkgver = 0.21.0.30241.g818a8add04 pkgver = 0.21.0.31043.g7a8a453746
pkgrel = 1 pkgrel = 1
url = https://www.freecad.org/ url = https://www.freecad.org/
arch = x86_64 arch = x86_64
@ -32,7 +32,6 @@ pkgbase = freecad-git
depends = python-ply depends = python-ply
depends = qt5-svg depends = qt5-svg
depends = qt5-tools depends = qt5-tools
depends = qt5-webkit
depends = qt5-webengine depends = qt5-webengine
depends = qt5-webchannel depends = qt5-webchannel
depends = qt5-x11extras depends = qt5-x11extras

View file

@ -2,7 +2,7 @@
# Maintainer: Adrian Insaurralde <adrianinsaval at gmail dot com> # Maintainer: Adrian Insaurralde <adrianinsaval at gmail dot com>
pkgname=freecad-git pkgname=freecad-git
pkgver=0.21.0.30241.g818a8add04 pkgver=0.21.0.31043.g7a8a453746
pkgrel=1 pkgrel=1
pkgdesc='A general purpose 3D CAD modeler - git checkout' pkgdesc='A general purpose 3D CAD modeler - git checkout'
arch=('x86_64') arch=('x86_64')
@ -25,7 +25,6 @@ python-pivy
python-ply python-ply
qt5-svg qt5-svg
qt5-tools qt5-tools
qt5-webkit
qt5-webengine qt5-webengine
qt5-webchannel qt5-webchannel
qt5-x11extras qt5-x11extras