conflicts with surrealdb-bin

This commit is contained in:
Dominik Schwaiger 2022-09-11 06:24:53 +02:00
parent 8e45f6fd37
commit 862a8b171b
No known key found for this signature in database
GPG key ID: F7E7E19BC69F7DF5
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = surrealdb
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 1.0.0_beta.7
pkgrel = 1
pkgrel = 2
url = https://github.com/surrealdb/surrealdb
arch = x86_64
license = custom:BSL
@ -10,6 +10,7 @@ pkgbase = surrealdb
checkdepends = rust
makedepends = rust
depends = curl
conflicts = surrealdb-bin
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.7/LICENSE
source = https://github.com/surrealdb/surrealdb/archive/refs/tags/v1.0.0-beta.7.tar.gz
sha256sums = 3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868

View file

@ -1,7 +1,7 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb
pkgver=1.0.0_beta.7
pkgrel=1
pkgrel=2
epoch=
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -13,7 +13,7 @@ makedepends=('rust')
checkdepends=('rust')
optdepends=()
provides=()
conflicts=()
conflicts=('surrealdb-bin')
replaces=()
backup=()
options=()