From dbc3aa9a1fc9c54e85ed5d707a824c503516d4b9 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 28 Dec 2021 01:21:44 -0600 Subject: [PATCH] Fix license --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c283b58..97f4294 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = onlykey-gui pkgrel = 2 url = https://onlykey.io/ arch = x86_64 - license = custom + license = Apache source = https://github.com/trustcrypto/OnlyKey-App/releases/download/v5.3.3/OnlyKey_5.3.3_amd64.deb sha256sums = 10611139e7cb601e49453dd9297aa8be767956c8ff37ebebeae1ac9076008e63 diff --git a/PKGBUILD b/PKGBUILD index a97b06b..0dfbb8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="OnlyKey Chrome Desktop App" arch=('x86_64') url="https://onlykey.io/" -license=('custom') +license=('Apache') source=("https://github.com/trustcrypto/OnlyKey-App/releases/download/v${pkgver}/OnlyKey_${pkgver}_amd64.deb") sha256sums=('10611139e7cb601e49453dd9297aa8be767956c8ff37ebebeae1ac9076008e63')