summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0845917f6dee..01cb6647b08d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgbase='hunspell-ie'
pkgname=('hunspell-ie' 'hyphen-ie')
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Interlingue hunspell dictionary"
arch=('any')
url="http://github.com/Carmina16/hunspell-ie"
license=('Apache')
optdepends=('hunspell: the spell checking libraries and apps')
+changelog=ChangeLog
source=('https://github.com/Carmina16/hunspell-ie/archive/v0.6.tar.gz')
md5sums=('94929cf2bdbed5ad5aaac932550d34ad')
@@ -22,7 +23,7 @@ package_hyphen-ie() {
pkgdesc="Interlingue hyphenation rules"
cd "$srcdir/${pkgbase}-${pkgver}"
- install -d -m 755 "$pkgdir/usr/share/hunspell"
- install -m 644 hyph_ie.dic "$pkgdir/usr/share/hunspell"
+ install -d -m 755 "$pkgdir/usr/share/hyphen"
+ install -m 644 hyph_ie.dic "$pkgdir/usr/share/hyphen"
}