aboutsummaryrefslogtreecommitdiff
path: root/bin/sample.PKGBUILD
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2018-12-23 17:31:46 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2018-12-23 17:31:46 +0100
commit53fc988c4110e5a809d5780483c6a072c2dfae4e (patch)
tree12183aedea03c778d36629f894cc57de00cebb32 /bin/sample.PKGBUILD
parent92d20f8fd6b0e8036da83abe8e3c4e98b1e8e029 (diff)
Allow for different licenses
Therefore, separate types of dictionaries in the configuration sections. Reason: The dictionaries imported from wikdict are differently licensed.
Diffstat (limited to 'bin/sample.PKGBUILD')
-rw-r--r--bin/sample.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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})