This commit is contained in:
Dominik Schwaiger 2024-12-11 12:23:24 +01:00
parent 51dd793a24
commit 9e46081464
No known key found for this signature in database
GPG key ID: F7E7E19BC69F7DF5
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.1.2
pkgver = 2.1.3
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 = LICENSE_2.1.2::https://github.com/surrealdb/surrealdb/releases/download/v2.1.2/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v2.1.2/surreal-v2.1.2.linux-amd64.tgz
source = LICENSE_2.1.3::https://github.com/surrealdb/surrealdb/releases/download/v2.1.3/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v2.1.3/surreal-v2.1.3.linux-amd64.tgz
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = a004211b17f2a8eec873540d8993455daad1c32cc297d34b2d33d000df05fba5
sha256sums = 78f035c7fd799d02c69dce6fa61a66043db680a8e3bf9529364c0a5597b00684
pkgname = surrealdb-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
_pkgname=surrealdb
pkgname=${_pkgname}-bin
pkgver=2.1.2
pkgver=2.1.3
pkgrel=1
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -12,7 +12,7 @@ provides=(${_pkgname})
conflicts=(${_pkgname})
_LICENSE=LICENSE_${pkgver}
source=("${_LICENSE}::https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/LICENSE" "https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' 'a004211b17f2a8eec873540d8993455daad1c32cc297d34b2d33d000df05fba5')
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' '78f035c7fd799d02c69dce6fa61a66043db680a8e3bf9529364c0a5597b00684')
package() {
install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"