Search Criteria
Package Details: supabase-bin 2.109.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/supabase-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | supabase-bin |
| Description: | CLI for Supabase, an open source Firebase alternative |
| Upstream URL: | https://supabase.com/docs/reference/cli/about |
| Keywords: | baas cli firebase supabase |
| Licenses: | MIT |
| Conflicts: | supabase |
| Provides: | supabase |
| Submitter: | vixalien |
| Maintainer: | catwell |
| Last Packager: | catwell |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-08-12 02:54 (UTC) |
| Last Updated: | 2026-07-16 08:03 (UTC) |
Latest Comments
1 2 Next › Last »
catwell commented on 2026-07-16 08:04 (UTC) (edited on 2026-07-16 08:08 (UTC) by catwell)
I have updated the package to include supabase-go while it is still necessary.
Also applied @vitaliikuzhdin's suggestion regarding the license (thanks).
Personally I no longer use supabase so I'd like to stop maintaining this, however given the current situation of the AUR I will not orphan it (I don't want someone to turn it into malware). If someone wants it feel free to email me. If you have an old enough AUR account and a track record of maintaining other packages I can add you as co-maintainer and eventually give you the package.
renanbs commented on 2026-07-04 00:56 (UTC) (edited on 2026-07-04 01:00 (UTC) by renanbs)
I have been using this script to automate the fix when updating:
Usage: ./update.sh && makepkg -si
It fetches the latest PKGBUILD from AUR, injects the missing supabase-go install line if it's not already there, and optionally updates checksums. You'll need pacman-contrib for updpkgsums.
friedrise commented on 2026-05-22 16:04 (UTC)
since the last update, commands like "supabase stop" output errors. I had Claude Code analyse the issue and it's very sure that the error and fix are as follows:
The 2.101.0 release tarball contains two binaries, supabase and supabase-go, but package() only installs supabase. The supabase shim forwards to supabase-go, so commands fail with "Could not find the supabase-go binary". Adding install -vDm755 supabase-go "$pkgdir/usr/bin/supabase-go" to package() fixes it.
Here's the full error that I get:
vitaliikuzhdin commented on 2026-05-21 10:48 (UTC)
@catwell, you should be renaming sources instead, for example:
catwell commented on 2026-05-21 09:27 (UTC)
@locuaz when yay asks you "Packages to cleanBuild?" pick [A]ll. This happens because a previous release of the package was broken and you still have the wrong license file.
locuaz commented on 2026-05-19 19:49 (UTC) (edited on 2026-05-19 20:30 (UTC) by locuaz)
I'm getting these errors:
catwell commented on 2025-10-06 20:27 (UTC)
@vitaliikuzhdin I did not remove it, it is still in the repo! But it is a hidden file and I usually don't use nvchecker so I forgot about it. I'll try to automate some way to notify me using it, thanks.
vitaliikuzhdin commented on 2025-10-02 19:50 (UTC)
@catwell, back when I maintained this, I used an nvchecker config that did not include pre-releases. You removed it with your first commit to this repo, but it should still work if you restore it. It's still not perfect because GitHub only sends notifications about pre-releases and not releases (or was it an issue on my side?..), but at least it makes the update process semi-automatic.
catwell commented on 2025-10-02 12:04 (UTC)
Thanks @Gurnk, updated.
Due to how Supabase deals with their releases it is difficult to be informed when a new stable release is out (I opened issues on their repo and Repology - see https://github.com/supabase/cli/issues/4067 - but I don't think it will ever be fixed...)
vitaliikuzhdin commented on 2025-10-01 23:05 (UTC)
@Gurnk, I am no longer a maintainer.
1 2 Next › Last »