summaryrefslogtreecommitdiffstats
path: root/abs/extra/hunspell/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/hunspell/PKGBUILD')
-rw-r--r--abs/extra/hunspell/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/extra/hunspell/PKGBUILD b/abs/extra/hunspell/PKGBUILD
index 07a6e66..87f46cb 100644
--- a/abs/extra/hunspell/PKGBUILD
+++ b/abs/extra/hunspell/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Hussam Al-Tayeb <ht990332@gmail.com>
pkgname=hunspell
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=1
pkgdesc="Spell checker and morphological analyzer library and program"
arch=('i686' 'x86_64')
@@ -18,6 +18,9 @@ build() {
./configure --prefix=/usr --disable-static || return 1
make || return 1
+}
+package() {
+ cd "$srcdir/hunspell-$pkgver"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums=('8f57cdc4db091d69e1f682ed4d8ab282')
+md5sums=('5ef2dc1026660d0ffb7eae7b511aee23')