summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAli Mousavi2017-07-10 21:33:46 +0430
committerAli Mousavi2017-07-10 21:33:46 +0430
commit9cc4415cca3f4cf9b81dcce9c95d39ee2fc609f5 (patch)
tree9e4197f7265ddc8d2d78fda6573a573e5442abab /PKGBUILD
parent16366002ab466581906fe077b91ff20b4648bebb (diff)
downloadaur-hunspell-fa.tar.gz
Changed hunspell to dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
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')