summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2021-04-21 15:26:55 +0000
committereugene2021-04-21 15:26:55 +0000
commit18142514f3f1da0bffaf82b2bf31eae128c76f98 (patch)
tree12d4e0dc978aef3937fe826477f1c7c00777702f
parent2187fe1a2dc9abd7a2b64ef9f6678bc8874a78d9 (diff)
downloadaur-18142514f3f1da0bffaf82b2bf31eae128c76f98.tar.gz
fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf407f07d9b3..4f5ca07dc43c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hunspell-uk
pkgdesc = Ukrainian spelling dictionary
pkgver = 5.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brown-uk/dict_uk
arch = any
- license = GPL3
+ license = CCPL
makedepends = qt5-webengine
optdepends = hunspell: the spell checking libraries and apps
source = https://github.com/brown-uk/dict_uk/releases/download/v5.3.1/hunspell-uk_UA_5.3.1.zip
diff --git a/PKGBUILD b/PKGBUILD
index a64feeb05573..b44a03797e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=hunspell-uk
pkgver=5.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Ukrainian spelling dictionary"
arch=('any')
url='https://github.com/brown-uk/dict_uk'
-license=('GPL3')
+license=('CCPL')
optdepends=('hunspell: the spell checking libraries and apps')
makedepends=('qt5-webengine')
source=("https://github.com/brown-uk/dict_uk/releases/download/v${pkgver}/hunspell-uk_UA_${pkgver}.zip")