This commit is contained in:
tee 2025-09-19 23:49:53 +12:00
parent 7452673805
commit 402af95f58
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = surrealdb-bin
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 2.3.7
pkgver = 2.3.10
pkgrel = 1
url = https://github.com/surrealdb/surrealdb
arch = x86_64
@ -8,9 +8,9 @@ pkgbase = surrealdb-bin
depends = gcc-libs
provides = surrealdb
conflicts = surrealdb
source = https://github.com/surrealdb/surrealdb/releases/download/v2.3.7/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v2.3.10/LICENSE
sha256sums = SKIP
source_x86_64 = https://github.com/surrealdb/surrealdb/releases/download/v2.3.7/surreal-v2.3.7.linux-amd64.tgz
sha256sums_x86_64 = 641093130b8208158fce4c6b88caee4c0a68d5fcfa39595cda8fefa4bc918c80
source_x86_64 = https://github.com/surrealdb/surrealdb/releases/download/v2.3.10/surreal-v2.3.10.linux-amd64.tgz
sha256sums_x86_64 = cb3ccfa9906684de8cad4e47326056617a36f4b049231d4aac53daadfce41dc2
pkgname = surrealdb-bin

View file

@ -2,7 +2,7 @@
# Maintainer: tee < teeaur at duck dot com >
_pkgname=surrealdb
pkgname=${_pkgname}-bin
pkgver=2.3.7
pkgver=2.3.10
pkgrel=1
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -14,7 +14,7 @@ conflicts=(${_pkgname})
source=("$url/releases/download/v${pkgver//_/-}/LICENSE")
source_x86_64=("$url/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
sha256sums=('SKIP')
sha256sums_x86_64=('641093130b8208158fce4c6b88caee4c0a68d5fcfa39595cda8fefa4bc918c80')
sha256sums_x86_64=('cb3ccfa9906684de8cad4e47326056617a36f4b049231d4aac53daadfce41dc2')
package() {
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"