mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
v2.2.1
This commit is contained in:
parent
ee1f6cbd90
commit
ef4d844078
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.2.0
|
||||
pkgver = 2.2.1
|
||||
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.2.0::https://github.com/surrealdb/surrealdb/releases/download/v2.2.0/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.2.0/surreal-v2.2.0.linux-amd64.tgz
|
||||
source = LICENSE_2.2.1::https://github.com/surrealdb/surrealdb/releases/download/v2.2.1/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.2.1/surreal-v2.2.1.linux-amd64.tgz
|
||||
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
|
||||
sha256sums = 61e6fccd1820f8e428868a7cdbc3ba1114919eee71d80a2f11866fe9d81a9f75
|
||||
sha256sums = 5128eccbda56304e3affcfc4916292d2f86c949c44c5f98c07350cddb0cf135d
|
||||
|
||||
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.2.0
|
||||
pkgver=2.2.1
|
||||
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' '61e6fccd1820f8e428868a7cdbc3ba1114919eee71d80a2f11866fe9d81a9f75')
|
||||
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' '5128eccbda56304e3affcfc4916292d2f86c949c44c5f98c07350cddb0cf135d')
|
||||
|
||||
package() {
|
||||
install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue