summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinhard Leichtfuß2018-12-23 17:30:28 +0100
committerEinhard Leichtfuß2018-12-23 17:30:28 +0100
commit8b33f53f976961a0798a6394fbbb3e51af90edd3 (patch)
tree0987878e739a3fe5100f211e0d0bedc108c6b344
parentdc83bb272edfe8f75eb38119e79a36c35c43fd3f (diff)
downloadaur-8b33f53f976961a0798a6394fbbb3e51af90edd3.tar.gz
Set correct licenses
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ccdf56d87e6..c56e0b03becc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = dict-freedict-fra-deu-bin
pkgdesc = French -> German dictionary for dictd et al. from Freedict.org
pkgver = 2018.09.13
- pkgrel = 1
+ pkgrel = 2
url = https://freedict.org/
install = dict-freedict-fra-deu-bin.install
arch = any
- license = GPL
+ license = CCPL:by-sa
+ license = FDL
optdepends = dictd: dict client and server
provides = dict-freedict-fra-deu
conflicts = dict-freedict-fra-deu
diff --git a/PKGBUILD b/PKGBUILD
index b4bb32338771..22ce100c398f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ _lang=fra-deu
_pkgname=dict-freedict-${_lang}
pkgname=${_pkgname}-bin
pkgver=2018.09.13
-pkgrel=1
+pkgrel=2
pkgdesc="French -> German dictionary for dictd et al. from Freedict.org"
arch=('any')
url="https://freedict.org/"
-license=('GPL')
+license=('CCPL:by-sa' 'FDL')
optdepends=('dictd: dict client and server')
provides=(${_pkgname})
conflicts=(${_pkgname})