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. --- src/sample.PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sample.PKGBUILD b/src/sample.PKGBUILD index 02a358c..b0fd9b8 100644 --- a/src/sample.PKGBUILD +++ b/src/sample.PKGBUILD @@ -8,7 +8,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') makedepends=('dictd' 'freedict-tools') install=${pkgname}.install -- cgit v1.2.3