Package Details: supabase-bin 2.23.4-1

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: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 4
Popularity: 0.001605
First Submitted: 2022-08-12 02:54 (UTC)
Last Updated: 2025-05-20 16:25 (UTC)

Dependencies (0)

Required by (0)

Sources (2)

Latest Comments

bostaurus commented on 2025-03-25 17:38 (UTC)

@vitaliikuzhdin Thanks kindly for maintaining this. It looks like they've released 2.20.3 now, after a series of pre-releases.

Here's a diff, if helpful. I confirm it builds and is working for me locally.

❯ git diff HEAD~1
diff --git a/PKGBUILD b/PKGBUILD
index 3295993..1bf5b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _pkgname="supabase"
 pkgname="${_pkgname}-bin"
-pkgver=2.19.7
+pkgver=2.20.3
 pkgrel=1
 pkgdesc="CLI for Supabase, an open source Firebase alternative"
 arch=('aarch64' 'x86_64')
@@ -15,8 +15,8 @@ conflicts=("${_pkgname}")
 _pkgsrc="${_pkgname}-${pkgver}"
 source_aarch64=("${_pkgsrc}-aarch64.tar.gz::${_url}/releases/download/v${pkgver}/${_pkgname}_linux_arm64.tar.gz")
 source_x86_64=("${_pkgsrc}-x86_64.tar.gz::${_url}/releases/download/v${pkgver}/${_pkgname}_linux_amd64.tar.gz")
-sha256sums_aarch64=('d5f346e5dabb4c40322a1859a430361dfc4c1585fd8ea3790ed834c81247e330')
-sha256sums_x86_64=('0ba916f9bd03060d7c64b7dda755df14568b66a6c4b619c3029d1aeb75fea43a')
+sha256sums_aarch64=('ac32329fcd249deb8d06e62b6a0d8fb9dc04186986e2cb0766d6593fd73b8d23')
+sha256sums_x86_64=('11a7332c09d56571f9ec2a4871660b5e7b13c34f75c9947d3870e15805e72211')

 prepare() {
   cd "${srcdir}"

r3d0c commented on 2024-07-11 22:07 (UTC)

@vitaliikuzhdin it worked! many thanks

vitaliikuzhdin commented on 2024-07-11 17:33 (UTC) (edited on 2024-07-28 14:26 (UTC) by vitaliikuzhdin)

@r3d0c It looks like yay assumed the sources from the last version are identical to those of the newer one. I have just fixed this. If it still doesn't work, try clearing the cache with:

rm -rf ~/.cache/yay/supabase-bin

r3d0c commented on 2024-07-11 14:23 (UTC)

==> Making package: supabase-bin 1.183.5-1 (Thu 11 Jul 2024 10:20:44 AM)
==> Retrieving sources...
  -> Found supabase_linux_amd64.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source_x86_64 files with sha256sums...
    supabase_linux_amd64.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/username/.cache/yay/supabase-bin 
         context: exit status 1

keep getting this while updating to the newest version

vixalien commented on 2022-08-26 11:14 (UTC)

nice catch! fixed!

samgreening commented on 2022-08-26 06:27 (UTC) (edited on 2022-08-26 06:27 (UTC) by samgreening)

Hi, on a first install I get the error: PKGBUILD: line 20: supabase: command not found.

I fixed this by adding ./ before all of the lines in build().