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