aboutsummaryrefslogtreecommitdiff
path: root/svn/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 /svn/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 'svn/sample.PKGBUILD')
-rw-r--r--svn/sample.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/svn/sample.PKGBUILD b/svn/sample.PKGBUILD
index df2b604..75ece84 100644
--- a/svn/sample.PKGBUILD
+++ b/svn/sample.PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=2
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=('subversion' 'dictd' 'freedict-tools')
provides=(${_pkgname})