summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarin2021-01-24 07:40:16 +0100
committerMarin2021-01-24 07:40:16 +0100
commitacba13aebf30dde65865ce39ded243436113d76b (patch)
tree991efbb09b4055e67b0bce312b7b3ba955402ded
parent898cbe54d4ded504c9db31a56edcbd01b5b6c0e6 (diff)
downloadaur-pbtk-git.tar.gz
Add a dependency on "python-pyqtwebengine" as requested in the AUR comments (revision 1.0.4-3)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb3941e86af..cb85f5e00b4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pbtk-git
pkgdesc = A toolset for reverse engineering and fuzzing Protobuf-based apps
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/marin-m/pbtk
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = pbtk-git
depends = python-requests
depends = python-websocket-client
depends = qt5-webengine
+ depends = python-pyqtwebengine
depends = chromium
depends = java-runtime
source = git+https://github.com/marin-m/pbtk
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')