summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/hunspell/DETAILS4
-rw-r--r--spelling/hunspell/HISTORY4
-rwxr-xr-xspelling/hunspell/PRE_BUILD3
3 files changed, 9 insertions, 2 deletions
diff --git a/spelling/hunspell/DETAILS b/spelling/hunspell/DETAILS
index 8a417f145f..07af391d74 100755
--- a/spelling/hunspell/DETAILS
+++ b/spelling/hunspell/DETAILS
@@ -1,6 +1,6 @@
SPELL=hunspell
- VERSION=1.5.4
- SOURCE_HASH=sha512:cda1612af2984bb28f7cf42ed2c81aac0e8ff0d0f740b3607a75f076d3478960f0c1d6b52a06fb0afbacfc1fce103da1ca2438dbe62e7abb46f70231347357bd
+ VERSION=1.6.0
+ SOURCE_HASH=sha512:d13e0384654f98f87de61d3d6ec03fe4a0e972b49b7e220083c72c2dd99d169a4854160f7068baa34fe4d4bd85fa5c24b56587827b946fb072a2085173801ca9
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=https://github.com/hunspell/hunspell/archive/v${VERSION}.tar.gz
diff --git a/spelling/hunspell/HISTORY b/spelling/hunspell/HISTORY
index df82a127bf..01c8b9cc7d 100644
--- a/spelling/hunspell/HISTORY
+++ b/spelling/hunspell/HISTORY
@@ -1,3 +1,7 @@
+2016-12-28 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.6.0
+ * PRE_BUILD: added, to run autoreconf
+
2016-12-12 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 1.5.4
diff --git a/spelling/hunspell/PRE_BUILD b/spelling/hunspell/PRE_BUILD
new file mode 100755
index 0000000000..c51d7b2045
--- /dev/null
+++ b/spelling/hunspell/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+autoreconf -f -i --symlink