Skip to content

Commit

Permalink
Add and update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Dec 5, 2024
1 parent 0e26911 commit ae9bb11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/pentesting/pyside2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@
pkgbase=pyside2
pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools)
_qtver=5.15.13
_clangver=17
pkgver=${_qtver/-/}
pkgrel=3
arch=('x86_64' 'aarch64')
url='https://www.qt.io'
license=('LGPL')
makedepends=(cmake python-setuptools python-wheel llvm clang$_clangver
qt5-multimedia qt5-tools qt5-sensors qt5-charts qt5-webengine qt5-datavis3d
qt5-websockets qt5-speech qt5-3d qt5-svg qt5-script qt5-scxml qt5-x11extras
qt5-quickcontrols2 qt5-serialport qt5-remoteobjects qt5-xmlpatterns)
makedepends=('cmake' 'python-setuptools' 'python-wheel' 'llvm' 'clang'
'qt5-multimedia' 'qt5-tools' 'qt5-sensors' 'qt5-charts' 'qt5-webengine' 'qt5-datavis3d'
'qt5-websockets' 'qt5-speech' 'qt5-3d' 'qt5-svg' 'qt5-script' 'qt5-scxml' 'qt5-x11extras'
'qt5-quickcontrols2' 'qt5-serialport' 'qt5-remoteobjects' 'qt5-xmlpatterns')
optdepends=('qt5-svg: QtSvg bindings'
'qt5-script: QtScript bindings'
'qt5-speech: QtTextToSpeech bindings'
Expand Down

0 comments on commit ae9bb11

Please sign in to comment.