summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-03-09 15:56:03 +0100
committertytan6522024-03-09 15:56:03 +0100
commit7b371f73541cd6539032c939ff46d707f31b1ebf (patch)
tree9ca4a88f2fa1381b83ccb4dc2971da22208a0b23
parentc9ebad7c64dc9b8f55c41df3468d13aba34107e2 (diff)
downloadaur-7b371f73541cd6539032c939ff46d707f31b1ebf.tar.gz
chore: Use LicenseRef- keyword for non-free options
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c2c53b2003f..b59678745ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -399,7 +399,7 @@ fi
## Check if nonfree licence is enabled
if [[ $_nonfree_enabled == 'ON' ]]; then
- license=('custom')
+ license=('LicenseRef-nonfree-and-unredistributable')
source+=("license_if_nonfree_enabled.txt")
sha256sums+=("04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36")
_args+=(--enable-nonfree)