This commit is contained in:
Dominik Schwaiger 2023-09-13 11:47:27 +02:00
parent 0e893b591c
commit e0a5d75721
No known key found for this signature in database
GPG key ID: F7E7E19BC69F7DF5
2 changed files with 9 additions and 11 deletions

View file

@ -1,20 +1,18 @@
pkgbase = surrealdb
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 1.0.0_beta.11
pkgrel = 2
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/surrealdb/surrealdb
arch = x86_64
license = custom:BSL
license = MIT
license = Apache
checkdepends = rust
makedepends = rust
depends = curl
depends = clang
conflicts = surrealdb-bin
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/LICENSE
source = surrealdb-1.0.0_beta.11.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v1.0.0-beta.11.tar.gz
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0/LICENSE
source = surrealdb-1.0.0.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v1.0.0.tar.gz
sha256sums = a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d
sha256sums = 9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747
sha256sums = d2232cba6e8e58bf97f0379d0397d24be15fd10aae1241c28846d3bff1304987
pkgname = surrealdb

View file

@ -1,12 +1,12 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb
pkgver=1.0.0_beta.11
pkgrel=2
pkgver=1.0.0
pkgrel=1
epoch=
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
url="https://github.com/surrealdb/surrealdb"
license=('custom:BSL' 'MIT' 'Apache')
license=('custom:BSL')
groups=()
depends=('curl' 'clang')
makedepends=('rust')
@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver//_/-}/LICENSE" "${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver//_/-}.tar.gz")
noextract=()
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747')
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' 'd2232cba6e8e58bf97f0379d0397d24be15fd10aae1241c28846d3bff1304987')
validpgpkeys=()
build() {