mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
conflicts with surrealdb-bin
This commit is contained in:
parent
8e45f6fd37
commit
862a8b171b
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue