summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2021-05-21 10:57:12 +0200
committerMarius Lindvall2021-05-21 10:57:12 +0200
commita7bd185eb91f2c4de322adbc1ce93931b028c13e (patch)
treee2a857e7e1dd90ce232c3812d2c60ec5359bcf2c
parentdcc27ab9379e0456231f2ae6bb1266ae613f67d8 (diff)
downloadaur-a7bd185eb91f2c4de322adbc1ce93931b028c13e.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c0e3cf289f..cfe97c78312b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = apertium-dan-nor
url = https://github.com/apertium/apertium-dan-nor
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL2
makedepends = pkgconf
makedepends = autoconf
depends = apertium>=3.4.2
diff --git a/PKGBUILD b/PKGBUILD
index 6a3e83e25abe..5e74025569e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.4.1
pkgrel=1
pkgdesc="Apertium translation pair for Danish and Norwegian"
url="https://github.com/apertium/${pkgname}"
-license=('GPL3')
+license=('GPL2')
makedepends=('pkgconf' 'autoconf')
depends=('apertium>=3.4.2' 'apertium-lex-tools' 'vislcg3' 'apertium-dan' 'apertium-nno' 'apertium-nob')
arch=('i686' 'x86_64')