summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Mousavi2017-07-10 21:33:46 +0430
committerAli Mousavi2017-07-10 21:33:46 +0430
commit9cc4415cca3f4cf9b81dcce9c95d39ee2fc609f5 (patch)
tree9e4197f7265ddc8d2d78fda6573a573e5442abab
parent16366002ab466581906fe077b91ff20b4648bebb (diff)
downloadaur-hunspell-fa.tar.gz
Changed hunspell to dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10400e5ba5f8..4541257e1c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,8 @@ pkgbase = hunspell-fa
arch = any
license = LGPL2
license = GPL2
- makedepends = hunspell
makedepends = aspell
- optdepends = hunspell: the spell checking libraries and apps
- provides = hunspell-fa
+ depends = hunspell
source = http://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2
sha256sums = 482d26ea879a8ea02d9373952205f67e07c85a7550841b13b5079bb2f9f2e15b
diff --git a/PKGBUILD b/PKGBUILD
index b0af6bd69492..4f7a7dd6e206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,8 @@ pkgdesc='Persian dictionaries for hunspell'
url='http://ftp.gnu.org/gnu/aspell/dict/0index.html'
arch=('any')
license=('LGPL2' 'GPL2')
-depends=()
-makedepends=('hunspell' 'aspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-provides=("${pkgname}")
+depends=('hunspell')
+makedepends=('aspell')
source=("http://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-${pkgver}-0.tar.bz2")
sha256sums=('482d26ea879a8ea02d9373952205f67e07c85a7550841b13b5079bb2f9f2e15b')