summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3519419f5a1..77425ae28ae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = hunspell-lt
pkgdesc = Lithuanian dictionary for Hunspell
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ispell-lt/ispell-lt
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = unzip
optdepends = hunspell: Hunspell spell checking library and program
source = https://github.com/ispell-lt/ispell-lt/releases/download/rel-1.3.2/myspell-lt-1.3.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 6ed6a12a24e2..a019e66430dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=hunspell-lt
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Lithuanian dictionary for Hunspell"
arch=('any')
-license=('BSD')
+license=('BSD-3-Clause')
url="https://github.com/ispell-lt/ispell-lt"
optdepends=('hunspell: Hunspell spell checking library and program')
makedepends=('unzip')