This commit is contained in:
Dominik Schwaiger 2024-11-26 21:10:20 +01:00
parent 8e3bf461c0
commit 51dd793a24
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.1
pkgver = 2.1.2
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.1::https://github.com/surrealdb/surrealdb/releases/download/v2.1.1/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v2.1.1/surreal-v2.1.1.linux-amd64.tgz
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
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = 6ec750d591720700bf7323f4b022850b670948d91026704a034f984da0a91194
sha256sums = a004211b17f2a8eec873540d8993455daad1c32cc297d34b2d33d000df05fba5
pkgname = surrealdb-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
_pkgname=surrealdb
pkgname=${_pkgname}-bin
pkgver=2.1.1
pkgver=2.1.2
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' '6ec750d591720700bf7323f4b022850b670948d91026704a034f984da0a91194')
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' 'a004211b17f2a8eec873540d8993455daad1c32cc297d34b2d33d000df05fba5')
package() {
install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"