Package Details: bigbashview 3.6.6_2022_10_07-2

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:

  • Rename your package to bigbashview-git (i.e. with the -git suffix),
  • add provides=("bigbashview") (or provides=("bigbashview=${pkgver}") and conflicts=("bigbashview"),
  • add git to the makedepends array,
  • add a pkgver() function that ensures a strongly monotoneously increasing package version (your current solution pkgver=$(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:

mv: cannot stat '/home/eeems/.cache/yay/bigbashview/pkg/bigbashview/usr/lib/python3/dist-packages/bbv/': No such file or directory

I fixed it by removing these two lines

mv "${pkgdir}/usr/lib/python3/dist-packages/bbv/" "${pkgdir}/usr/lib/bbv/"
rm -Rf "${pkgdir}/usr/lib/python3"