Search Criteria
Package Details: bigbashview-git 3.8.1_r484.2ee7f3c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bigbashview.git (read-only, click to copy) |
---|---|
Package Base: | bigbashview |
Description: | BigBashView is a python app to run Bash+HTML in a Desktop WebView |
Upstream URL: | https://github.com/biglinux/bigbashview |
Licenses: | GPL |
Conflicts: | bigbashview |
Provides: | bigbashview |
Submitter: | barnabedikartola |
Maintainer: | tioguda |
Last Packager: | tioguda |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-10-08 02:37 (UTC) |
Last Updated: | 2025-06-09 17:12 (UTC) |
Dependencies (10)
- bigbashview-framework (bigbashview-framework-gitAUR)
- pyside6
- python-pyqt5-webengine
- python-pyqt6-webengine
- python-setproctitle
- python-six
- python-webpyAUR
- ttf-lato (ttf-google-fonts-typewolfAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (3)
- biglinux-driver-manager (requires bigbashview)
- biglinux-noise-reduction-pipewire (requires bigbashview)
- waydroid-biglinux-git (requires bigbashview)
Latest Comments
tioguda commented on 2025-06-08 12:20 (UTC)
This is a package from a Manjaro remaster, and while it helps people in some cases, it does not follow the necessary standards.
I am adopting this package to adjust according to the recommendations mentioned
dreieck commented on 2024-01-22 10:57 (UTC)
You download the latest state from a
-git
repository.Then you must:
bigbashview-git
(i.e. with the-git
suffix),provides=("bigbashview")
(orprovides=("bigbashview=${pkgver}")
andconflicts=("bigbashview")
,git
to themakedepends
array,pkgver()
function that ensures a strongly monotoneously increasing package version (your current solutionpkgver=$(curl https://raw.githubusercontent.com/biglinux/bigbashview/master/bigbashview/usr/lib/python3/dist-packages/bbv/globaldata.py | grep APP_VERSION | cut -f2 -d\")_$(date +"%Y_%m_%d")
is wrong).Regards and please fix and then thanks for maintaining!
Eeems commented on 2023-05-18 00:36 (UTC) (edited on 2023-05-18 00:48 (UTC) by Eeems)
I'm getting the following error when trying to build:
I fixed it by removing these two lines