summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlga Smirnova2017-02-22 00:53:36 +0700
committerOlga Smirnova2017-02-22 00:53:36 +0700
commitcca068f928f36c12d4c06340b0f1b6032fd5ba65 (patch)
treeab6d1a710986d7f216a63e90e2beb6350ac90c02
parentd22d71446c101a0684591bd7254da9d32736b952 (diff)
downloadaur-cca068f928f36c12d4c06340b0f1b6032fd5ba65.tar.gz
Tweaking PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--ChangeLog4
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d20402b1004e..68a31846d1d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = hunspell-ie
pkgdesc = Interlingue hunspell dictionary
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/Carmina16/hunspell-ie
+ changelog = ChangeLog
arch = any
license = Apache
optdepends = hunspell: the spell checking libraries and apps
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000000..f3dcde78a9c0
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2017-02-21 Olga Smirnova <mistressilvara@hotmail.com>
+ * hyphen-ie :
+ Install directory changed to 'hyphen'
+
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"
}