Remove qt5-webkit dependency as is no longer supported in FreeCAD
Update .SRCINFO and PKGBUILD
This commit is contained in:
parent
de1b2046d2
commit
45ef9dde62
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = freecad-git
|
||||
pkgdesc = A general purpose 3D CAD modeler - git checkout
|
||||
pkgver = 0.21.0.30241.g818a8add04
|
||||
pkgver = 0.21.0.31043.g7a8a453746
|
||||
pkgrel = 1
|
||||
url = https://www.freecad.org/
|
||||
arch = x86_64
|
||||
|
@ -32,7 +32,6 @@ pkgbase = freecad-git
|
|||
depends = python-ply
|
||||
depends = qt5-svg
|
||||
depends = qt5-tools
|
||||
depends = qt5-webkit
|
||||
depends = qt5-webengine
|
||||
depends = qt5-webchannel
|
||||
depends = qt5-x11extras
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Adrian Insaurralde <adrianinsaval at gmail dot com>
|
||||
|
||||
pkgname=freecad-git
|
||||
pkgver=0.21.0.30241.g818a8add04
|
||||
pkgver=0.21.0.31043.g7a8a453746
|
||||
pkgrel=1
|
||||
pkgdesc='A general purpose 3D CAD modeler - git checkout'
|
||||
arch=('x86_64')
|
||||
|
@ -25,7 +25,6 @@ python-pivy
|
|||
python-ply
|
||||
qt5-svg
|
||||
qt5-tools
|
||||
qt5-webkit
|
||||
qt5-webengine
|
||||
qt5-webchannel
|
||||
qt5-x11extras
|
||||
|
|
Loading…
Reference in a new issue