From 53fc988c4110e5a809d5780483c6a072c2dfae4e Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Sun, 23 Dec 2018 17:31:46 +0100 Subject: Allow for different licenses Therefore, separate types of dictionaries in the configuration sections. Reason: The dictionaries imported from wikdict are differently licensed. --- bin/sample.PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/sample.PKGBUILD b/bin/sample.PKGBUILD index 8d6d3be..7b72147 100644 --- a/bin/sample.PKGBUILD +++ b/bin/sample.PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="%LANG_A% -> %LANG_B% dictionary for dictd et al. from Freedict.org" arch=('any') url="https://freedict.org/" -license=('GPL') +license=(%LICENSES%) optdepends=('dictd: dict client and server') provides=(${_pkgname}) conflicts=(${_pkgname}) -- cgit v1.2.3