summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-12-03 02:50:40 -0800
committerSchala2016-12-03 02:50:40 -0800
commit815becf3311f29ddda80e33c8c0b6d7cbed0d4d7 (patch)
tree3c61d7b695589bec1c69f98888f460c80e52b660
parent1ec7c451c44b70432c716c7b3145c1d948a14b6a (diff)
downloadaur-815becf3311f29ddda80e33c8c0b6d7cbed0d4d7.tar.gz
1.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--0007-Added-header-stddef-to-munch-and-unmunch.patch22
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a6a0d22ce5d..af5a0fb8e713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 1 10:29:55 UTC 2016
+# Sat Dec 3 10:50:28 UTC 2016
pkgbase = mingw-w64-hunspell
pkgdesc = Spell checker and morphological analyzer library (mingw-w64)
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = http://hunspell.github.io/
arch = any
@@ -18,9 +18,9 @@ pkgbase = mingw-w64-hunspell
options = staticlibs
options = !debug
options = !emptydirs
- source = https://github.com/hunspell/hunspell/archive/v1.5.3.tar.gz
+ source = https://github.com/hunspell/hunspell/archive/v1.5.4.tar.gz
source = 0005-windows-sub-dicts-paths.patch
- md5sums = f7d54255e79b8457f5880b3c966e62c2
+ md5sums = 9849a2381bacbeb2714034ad825bede8
md5sums = 8f3f269734623b2c57521202877c51bd
pkgname = mingw-w64-hunspell
diff --git a/0007-Added-header-stddef-to-munch-and-unmunch.patch b/0007-Added-header-stddef-to-munch-and-unmunch.patch
deleted file mode 100644
index bb9f999e5414..000000000000
--- a/0007-Added-header-stddef-to-munch-and-unmunch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -aurN 0006/src/tools/munch.cxx 0007/src/tools/munch.cxx
---- 0006/src/tools/munch.cxx
-+++ 0007/src/tools/munch.cxx
-@@ -47,6 +47,7 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <stdio.h>
-+#include <stddef.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-diff -aurN 0006/src/tools/unmunch.cxx 0007/src/tools/unmunch.cxx
---- 0006/src/tools/unmunch.cxx
-+++ 0007/src/tools/unmunch.cxx
-@@ -49,6 +49,7 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <stdio.h>
-+#include <stddef.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
diff --git a/PKGBUILD b/PKGBUILD
index e263f55244db..ab3ed72ab0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-hunspell
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc="Spell checker and morphological analyzer library (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ optdepends=(mingw-w64-readline)
options=(!strip !buildflags staticlibs !debug !emptydirs)
source=("https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz"
"0005-windows-sub-dicts-paths.patch")
-md5sums=('f7d54255e79b8457f5880b3c966e62c2'
+md5sums=('9849a2381bacbeb2714034ad825bede8'
'8f3f269734623b2c57521202877c51bd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"