We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc4714 commit 2ee7f3cCopy full SHA for 2ee7f3c
1 file changed
pkgbuild/PKGBUILD
@@ -5,7 +5,7 @@ arch=('any')
5
license=('GPL')
6
url="https://github.com/biglinux/bigbashview"
7
pkgdesc="BigBashView is a python app to run Bash+HTML in a Desktop WebView"
8
-depends=('pyside6' 'python-six' 'webkit2gtk-4.1' 'qt6-webengine' 'ttf-lato' 'python-setproctitle' 'bbv-webpy')
+depends=('pyside6' 'python-six' 'webkit2gtk-4.1' 'qt6-webengine' 'ttf-lato' 'python-setproctitle' 'bbv-webpy' 'bbv-framework')
9
source=("git+https://github.com/biglinux/bigbashview.git")
10
md5sums=(SKIP)
11
0 commit comments