sanitize pkgbuild

This commit is contained in:
Dimitris Kiziridis 2020-04-05 08:44:36 +03:00
parent 322160d86c
commit 922167aeea
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pkgbase = cockroachdb-bin
pkgrel = 1
url = https://www.cockroachlabs.com/
arch = x86_64
license = Apache 2.0
license = Apache-2.0
license = custom:BSL
license = custom:CCL
depends = glibc

View File

@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="An open source, survivable, strongly consistent, scale-out SQL database"
arch=('x86_64')
url="https://www.cockroachlabs.com/"
license=('Apache 2.0' 'custom:BSL' 'custom:CCL')
license=('Apache-2.0' 'custom:BSL' 'custom:CCL')
depends=('glibc')
source=("https://binaries.cockroachdb.com/cockroach-v${pkgver}.linux-amd64.tgz"
"https://raw.githubusercontent.com/cockroachdb/cockroach/v${pkgver}/LICENSE"