mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
v2.0.4
This commit is contained in:
parent
ac14a15837
commit
65e7a894c4
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = surrealdb-bin
|
||||
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
|
||||
pkgver = 2.0.3
|
||||
pkgver = 2.0.4
|
||||
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.0.3::https://github.com/surrealdb/surrealdb/releases/download/v2.0.3/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.3/surreal-v2.0.3.linux-amd64.tgz
|
||||
source = LICENSE_2.0.4::https://github.com/surrealdb/surrealdb/releases/download/v2.0.4/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.4/surreal-v2.0.4.linux-amd64.tgz
|
||||
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
|
||||
sha256sums = 3ff7cd70e729b4bd14c43e25173195cc8f1b7c68ae8489e6b3643a7b21273d08
|
||||
sha256sums = e6fef4f055f16c7348d3a0381e20ea52bd989e42e013dd8a2bc6478cc3d4437c
|
||||
|
||||
pkgname = surrealdb-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
|
||||
_pkgname=surrealdb
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=2.0.3
|
||||
pkgver=2.0.4
|
||||
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' '3ff7cd70e729b4bd14c43e25173195cc8f1b7c68ae8489e6b3643a7b21273d08')
|
||||
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' 'e6fef4f055f16c7348d3a0381e20ea52bd989e42e013dd8a2bc6478cc3d4437c')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue