Package Details: spacetimedb-cli-bin 2.0.5-1

Git Clone URL: https://aur.archlinux.org/spacetimedb-bin.git (read-only, click to copy)
Package Base: spacetimedb-bin
Description: A relational database and a server combined into one (bin version)
Upstream URL: https://github.com/clockworklabs/SpacetimeDB
Licenses: custom:BSL
Conflicts: spacetimedb-cli
Provides: spacetimedb-cli
Submitter: sdore
Maintainer: sdore
Last Packager: sdore
Votes: 1
Popularity: 0.000064
First Submitted: 2025-05-11 16:25 (UTC)
Last Updated: 2026-03-19 20:05 (UTC)

Latest Comments

dalu commented on 2026-03-09 10:03 (UTC)

git diff 2.0.2 to 2.0.3 while also fixing aarch64 package reference

diff --git a/.SRCINFO b/.SRCINFO
index b79a68b..0dfdcc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
 pkgbase = spacetimedb-bin
        pkgdesc = A relational database and a server combined into one (bin version)
-       pkgver = 2.0.2
+       pkgver = 2.0.3
        pkgrel = 1
        url = https://github.com/clockworklabs/SpacetimeDB
        arch = x86_64
        arch = aarch64
        license = custom:BSL
-       source = spacetime-BSL-2.0.2.txt::https://github.com/clockworklabs/SpacetimeDB/raw/refs/tags/v2.0.2/LICENSE.txt
+       source = spacetime-BSL-2.0.3.txt::https://github.com/clockworklabs/SpacetimeDB/raw/refs/tags/v2.0.3/LICENSE.txt
        source = spacetimedb.service
        source = spacetimedb.sysusers
-       sha256sums = 70b2fa9b25b9c85ba03bd9169816f9444c9d2cead3268257a9cc04757a8b80de
+       sha256sums = db19fff6642bab34e61cd4127d3cccdd8598551182ef337d4c875d622573c954
        sha256sums = bc5673cdabd668504a1cee7bb6995a49eb4c2f7314fc18830d3d368a0c6bcc16
        sha256sums = 2a31e8040c5177900122e8aeacb333742676b5e8f05046b53dc1f8f7ff62de60
-       source_x86_64 = spacetime-x86_64-2.0.2.tar.gz::https://github.com/clockworklabs/SpacetimeDB/releases/download/v2.0.2/spacetime-x86_64-unknown-linux-gnu.tar.gz
-       sha256sums_x86_64 = 62e7e6939a920092558cfabb5bf9e0fcbdcc2c1c68271598f6af9ff8d57d17c1
-       source_aarch64 = spacetime-x86_64-2.0.2.tar.gz::https://github.com/clockworklabs/SpacetimeDB/releases/download/v2.0.2/spacetime-x86_64-unknown-linux-gnu.tar.gz
-       sha256sums_aarch64 = 62e7e6939a920092558cfabb5bf9e0fcbdcc2c1c68271598f6af9ff8d57d17c1
+       source_x86_64 = spacetime-x86_64-2.0.3.tar.gz::https://github.com/clockworklabs/SpacetimeDB/releases/download/v2.0.3/spacetime-x86_64-unknown-linux-gnu.tar.gz
+       sha256sums_x86_64 = 952ef5f0968875693e47baa27a1f589f08ce50a79e1ee73039e737f87040d586
+       source_aarch64 = spacetime-aarch64-2.0.3.tar.gz::https://github.com/clockworklabs/SpacetimeDB/releases/download/v2.0.3/spacetime-aarch64-unknown-linux-gnu.tar.gz
+       sha256sums_aarch64 = c477eaf8266cb19130043ea3a946e312cb8e573b1a40911d9f74dbc3f8974ec6

 pkgname = spacetimedb-bin
        provides = spacetimedb
diff --git a/PKGBUILD b/PKGBUILD
index 3d4a88c..1e59181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _pkgbase=spacetimedb
 pkgname=(${_pkgbase}{,-cli}-bin)
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A relational database and a server combined into one (bin version)"
 arch=('x86_64' 'aarch64')
@@ -14,11 +14,11 @@ source=("spacetime-BSL-${pkgver}.txt::${url}/raw/refs/tags/v${pkgver}/LICENSE.tx
 _source=("spacetime-${CARCH}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/spacetime-${CARCH}-unknown-linux-gnu.tar.gz")
 source_x86_64=("${_source[@]}")
 source_aarch64=("${_source[@]}")
-sha256sums=('70b2fa9b25b9c85ba03bd9169816f9444c9d2cead3268257a9cc04757a8b80de'
+sha256sums=('db19fff6642bab34e61cd4127d3cccdd8598551182ef337d4c875d622573c954'
             'bc5673cdabd668504a1cee7bb6995a49eb4c2f7314fc18830d3d368a0c6bcc16'
             '2a31e8040c5177900122e8aeacb333742676b5e8f05046b53dc1f8f7ff62de60')
-sha256sums_x86_64=('62e7e6939a920092558cfabb5bf9e0fcbdcc2c1c68271598f6af9ff8d57d17c1')
-sha256sums_aarch64=('62e7e6939a920092558cfabb5bf9e0fcbdcc2c1c68271598f6af9ff8d57d17c1')
+sha256sums_x86_64=('952ef5f0968875693e47baa27a1f589f08ce50a79e1ee73039e737f87040d586')
+sha256sums_aarch64=('c477eaf8266cb19130043ea3a946e312cb8e573b1a40911d9f74dbc3f8974ec6')

 _package() {
        install -Dm644 "spacetime-BSL-${pkgver}.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"

sdore commented on 2025-09-07 09:17 (UTC)

@tee Thank you for pointing this out! Fixed now.

tee commented on 2025-09-07 06:37 (UTC)

Error building, See https://wiki.archlinux.org/title/PKGBUILD#Sources:~:text=Warning%3A%20The%20downloaded%20source%20filename%20must%20be%20unique.

sdore commented on 2025-07-07 19:44 (UTC)

@Swivel Thank you for noticing this!

Contrary to what you've written as the “outdated” comment, the sources do indeed use $pkgver, not the latest release/commit.

It appears instead, that I forgot to update the checksums when bumping the version to 1.2.0, although for me the package has built seemingly with no issues because of sources caching (this might be an instance of makepkg's questionable behavior not to check upstream first).

I've pushed an updated version now.

Swivel commented on 2025-07-05 19:38 (UTC) (edited on 2025-07-06 03:27 (UTC) by Swivel)

Both the LICENSE file and the bin files are failing their checksums. I haven't been able to update this package in a while now, unfortunately.