summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarin2021-01-24 07:40:16 +0100
committerMarin2021-01-24 07:40:16 +0100
commitacba13aebf30dde65865ce39ded243436113d76b (patch)
tree991efbb09b4055e67b0bce312b7b3ba955402ded /PKGBUILD
parent898cbe54d4ded504c9db31a56edcbd01b5b6c0e6 (diff)
downloadaur-pbtk-git.tar.gz
Add a dependency on "python-pyqtwebengine" as requested in the AUR comments (revision 1.0.4-3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60b23a9c84f4..df13d900ad08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pbtk-git
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc='A toolset for reverse engineering and fuzzing Protobuf-based apps'
url='https://github.com/marin-m/pbtk'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('python-pyqt5' 'python-protobuf' 'python-requests' 'python-websocket-client' 'qt5-webengine' 'chromium' 'java-runtime')
+depends=('python-pyqt5' 'python-protobuf' 'python-requests' 'python-websocket-client' 'qt5-webengine' 'python-pyqtwebengine' 'chromium' 'java-runtime')
makedepends=('git' 'findutils')
source=('git+https://github.com/marin-m/pbtk')
sha512sums=('SKIP')