mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
1.0.0_beta.8
This commit is contained in:
parent
a935dfd69c
commit
5e1e4a4364
2 changed files with 21 additions and 3 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -16,3 +16,21 @@ pkgbase = surrealdb-bin
|
|||
sha256sums = 0cf3f72bb195746b451ed68a82ee256c1f20e5c9f1379a0dba01286eca9dd13c
|
||||
|
||||
pkgname = surrealdb-bin
|
||||
pkgbase = surrealdb-bin
|
||||
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
|
||||
pkgver = 1.0.0_beta.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/surrealdb/surrealdb
|
||||
arch = x86_64
|
||||
license = custom:BSL
|
||||
license = MIT
|
||||
license = Apache
|
||||
depends = gcc-libs
|
||||
provides = surrealdb
|
||||
conflicts = surrealdb
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.8/surreal-v1.0.0-beta.8.linux-amd64.tgz
|
||||
sha256sums = 3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868
|
||||
sha256sums = a70994b1c67ed46d897cd410b9e6ca74ee333272d95d676068aea3b5cc91e731
|
||||
|
||||
pkgname = surrealdb-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
|
||||
pkgname=surrealdb-bin
|
||||
pkgver=1.0.0_beta.7
|
||||
pkgver=1.0.0_beta.8
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
|
||||
|
|
@ -8,7 +8,7 @@ arch=('x86_64')
|
|||
url="https://github.com/surrealdb/surrealdb"
|
||||
license=('custom:BSL' 'MIT' 'Apache')
|
||||
groups=()
|
||||
depends=('curl')
|
||||
depends=('gcc-libs')
|
||||
makedepends=()
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
|
|
@ -21,7 +21,7 @@ install=
|
|||
changelog=
|
||||
source=("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")
|
||||
noextract=()
|
||||
sha256sums=('3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868' '0cf3f72bb195746b451ed68a82ee256c1f20e5c9f1379a0dba01286eca9dd13c')
|
||||
sha256sums=('3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868' 'a70994b1c67ed46d897cd410b9e6ca74ee333272d95d676068aea3b5cc91e731')
|
||||
validpgpkeys=()
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue