Search Criteria
Package Details: bigbashview 3.6.6_2022_10_07-2
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 |
Submitter: | barnabedikartola |
Maintainer: | None |
Last Packager: | barnabedikartola |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-10-08 02:37 (UTC) |
Last Updated: | 2022-10-08 02:37 (UTC) |
Latest Comments
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