Package Details: basilisk-bin 1:52.9.2024.11.23-1

Git Clone URL: https://aur.archlinux.org/basilisk-bin.git (read-only, click to copy)
Package Base: basilisk-bin
Description: A XUL-based web-browser demonstrating the Unified XUL Platform (UXP).
Upstream URL: https://www.basilisk-browser.org
Licenses: GPL
Conflicts: basilisk
Provides: basilisk
Submitter: micwoj92
Maintainer: twa022
Last Packager: twa022
Votes: 3
Popularity: 0.89
First Submitted: 2022-08-08 01:38 (UTC)
Last Updated: 2024-12-06 01:56 (UTC)

Latest Comments

Wozniak commented on 2024-12-30 03:19 (UTC) (edited on 2024-12-30 03:21 (UTC) by Wozniak)

There is a little problem in the PKGBUILD file that only handles x86-64 gtk json file.

For those who uses non x86-64 arch:

@@ -42,7 +42,16 @@
                        _buildid=${_buildid_i686} ;;
                *) exit 1 ;;
        esac
-       grep 'moz_app_version' "${srcdir}"/basilisk-${_buildid}.linux-x86_64-gtk3.json | sed -e 's/.*:[\ \t]*"//;s/"[,]*[\ \t]*$//'
+       case "$CARCH" in
+               'x86_64')
+                       _jsonarch='x86_64' ;;
+               'aarch64')
+                       _jsonarch='aarch64' ;;
+               'i686')
+                       _jsonarch='i686' ;;
+               *) exit 1 ;;
+       esac
+       grep 'moz_app_version' "${srcdir}"/basilisk-${_buildid}.linux-${_jsonarch}-gtk3.json | sed -e 's/.*:[\ \t]*"//;s/"[,]*[\ \t]*$/>
 #      cd "$srcdir"/basilisk
 #      ./basilisk --version | grep -o -E '[0-9\.]+$'
 }

FabioLolix commented on 2023-11-05 22:04 (UTC)

@Rocky-IV use "Flag package out-of-date" in this page instead of commenting please, it has been made for that purpose

Rocky-IV commented on 2023-11-05 22:03 (UTC)

Attention: Please update PKGBUILD - New Version 2023-11-05 has been released

micwoj92 commented on 2022-10-19 09:57 (UTC)

I don't know.

https://terms.archlinux.org/docs/code-of-conduct/#arch-linux-distribution-support-only

tiko commented on 2022-10-19 07:43 (UTC)

why when i start basilisk it suddenly make my computer log off ?

tested on maboxlinux 22.09 Herbolth