Package Details: surrealdb-bin 3.0.5-1

Git Clone URL: https://aur.archlinux.org/surrealdb-bin.git (read-only, click to copy)
Package Base: surrealdb-bin
Description: A scalable, distributed, collaborative, document-graph database, for the realtime web
Upstream URL: https://github.com/surrealdb/surrealdb
Licenses: custom:BSL
Conflicts: surrealdb
Provides: surrealdb
Submitter: quio
Maintainer: tblFlip
Last Packager: tblFlip
Votes: 7
Popularity: 0.081561
First Submitted: 2022-09-11 04:47 (UTC)
Last Updated: 2026-05-06 17:41 (UTC)

Latest Comments

1 2 Next › Last »

tblFlip commented on 2026-03-17 19:00 (UTC)

please make sure that you clear your AUR helper's build cache before reporting and/or troubleshooting checksum issues

ElectricSteve commented on 2026-03-17 18:23 (UTC) (edited on 2026-03-17 18:26 (UTC) by ElectricSteve)

@stevefan1999 I am having the same problem.

EDIT: actually this shouldn't fix it, but when manually installing, it does.

Apply this git diff and install manually (w/o smt like yay)

diff --git a/PKGBUILD b/PKGBUILD
index 7854e8f..90d0a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,17 +16,11 @@ source=("$url/releases/download/v${pkgver//_/-}/LICENSE")
 source_x86_64=("$url/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
 source_aarch64=("$url/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-arm64.tgz")

-sha256sums=(
-       "98a94ac615f88370865016487b436fa404560910bd329794ed7502277a94b805"
-)
+sha256sums=('98a94ac615f88370865016487b436fa404560910bd329794ed7502277a94b805')
+sha256sums_x86_64=('bce11020751ec488e36cd2aaa5864701b82b8cbaac26719df34ce0076554b461')
+sha256sums_aarch64=('a12f6f765855413ecdc22b6d3a8df47702b2edab912560128eb8ae0455adf5f6')

-sha256sums_x86_64=(
-       "bce11020751ec488e36cd2aaa5864701b82b8cbaac26719df34ce0076554b461"
-)

-sha256sums_aarch64=(
-       "a12f6f765855413ecdc22b6d3a8df47702b2edab912560128eb8ae0455adf5f6"
-)

 package() {
        install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"

stevefan1999 commented on 2026-02-24 01:33 (UTC)

 (1/1) surrealdb-bin-3.0.0-1                         [----------------------------------]
:: Accept changes? [Y/n]: y
fetching devel info...
==> Making package: surrealdb-bin 3.0.0-1 (Tuesday, February 24, 2026 AM09:30:40)
==> Retrieving sources...
  -> Found LICENSE
  -> Downloading surreal-v3.0.0.linux-amd64.tgz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
100 41.93M 100 41.93M   0      0  7.91M      0   00:05   00:05          9.44M
==> Validating source files with sha256sums...
    LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'surrealdb-bin-3.0.0-1':
error: packages failed to build: surrealdb-bin-3.0.0-1

tblFlip commented on 2026-01-21 00:05 (UTC)

@mdrv: added. i don't have any aarch64 devices to natively test on, so please scream at me if something breaks

mdrv commented on 2026-01-17 03:49 (UTC) (edited on 2026-01-21 00:55 (UTC) by mdrv)

I kindly request for aarch64 support, since SurrealDB team already provides the binary (with linux-arm64.tgz suffix) on GitHub Releases.

Update: Appreciate the addition, @tblFlip. There should be no problem (as far as I’ve experienced), but I’ll notify if any issue occurs.

Derson5 commented on 2025-05-03 10:01 (UTC)

I can't update package today.

Aur (1)            Old Version  New Version    Make Only
aur/surrealdb-bin  2.2.2-1      2.3.0-1        No

:: Proceed with installation? [Y/n]:

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
fetching devel info...
==> Making package: surrealdb-bin 2.3.0-1 (Sat 03 May 2025 11:58:59 CEST)
==> Retrieving sources...
  -> Found LICENSE
  -> Found surreal-v2.3.0.linux-amd64.tgz
==> Validating source files with sha256sums...
    LICENSE ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'surrealdb-bin-2.3.0-1':
error: packages failed to build: surrealdb-bin-2.3.0-1

quio commented on 2025-04-25 08:25 (UTC)

As I am no longer using arch linux, I won't be able to update this package, so I will disown it for somebody else to pick up the work.

phisch commented on 2024-09-18 13:21 (UTC)

Same thing as last time, the LICENSE checksum does not match!