summaryrefslogtreecommitdiffstats
path: root/hunspell/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'hunspell/Pkgfile')
-rw-r--r--hunspell/Pkgfile17
1 files changed, 8 insertions, 9 deletions
diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile
index 1b6d253c0..80bf678cc 100644
--- a/hunspell/Pkgfile
+++ b/hunspell/Pkgfile
@@ -4,18 +4,17 @@
# Packager: lesibel at free dot fr
name=hunspell
-version=1.2.12
+version=1.3.2
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --with-ui \
- --with-readline \
- --with-experimental
- make
- make DESTDIR=$PKG install
+ ./configure --prefix=/usr \
+ --disable-static \
+ --with-ui \
+ --with-readline \
+ --with-experimental
+ make
+ make DESTDIR=$PKG install
}
-