aspell: Update to 0.60.8

This commit is contained in:
Alexey Pavlov 2019-11-07 21:53:24 +03:00
parent 1339ef29fc
commit e81dca2c1e
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=("aspell" "aspell-devel")
pkgver=0.60.7
pkgver=0.60.8
pkgrel=1
pkgdesc="A Free and Open Source spell checker (libraries)"
arch=('i686' 'x86_64')
@ -14,9 +14,9 @@ source=("https://ftp.gnu.org/gnu/aspell/${pkgname}-${pkgver}.tar.gz"{,.sig}
"aspell-noundefined.patch"
"aspell-so2dll.patch"
"aspell-fileno.patch")
sha256sums=('5ca8fc8cb0370cc6c9eb5b64c6d1bc5d57b3750dbf17887726c3407d833b70e4'
sha256sums=('f9b77e515334a751b2e60daab5db23499e26c9209f5e7b7443b05235ad0226f2'
'SKIP'
'5188d1443b04c095261b3fe01f77a9235ca4b3c5c35caa87167a5507a30f6bee'
'35c0a786f580302052bab7569007735436dad9ceb551910205651bc2ad6bcb85'
'9b9e4300d35a92f029c098da7001235d1dd6aeb03a854591afd84606b5cd257b'
'8054609ba63038c7f488782a1f80ed31ba1fe18ded842707702ad08793903c7b')

View File

@ -9,7 +9,7 @@
### Add name of filter library containing your filter. Name always
### must look like lib<filtername>-filter.la see development manual
@@ -203,27 +203,27 @@ filter_LTLIBRARIES = email-filter.la tex
@@ -203,31 +203,31 @@ filter_LTLIBRARIES = email-filter.la tex
nroff-filter.la texinfo-filter.la
email_filter_la_SOURCES = modules/filter/email.cpp
@ -27,6 +27,11 @@
+sgml_filter_la_LIBADD = libaspell.la $(LTLIBINTL)
sgml_filter_la_LDFLAGS = ${filter_ldflags}
markdown_filter_la_SOURCES = modules/filter/markdown.cpp
-markdown_filter_la_LIBADD = libaspell.la
+markdown_filter_la_LIBADD = libaspell.la $(LTLIBINTL)
markdown_filter_la_LDFLAGS = ${filter_ldflags}
context_filter_la_SOURCES = modules/filter/context.cpp
-context_filter_la_LIBADD = libaspell.la
+context_filter_la_LIBADD = libaspell.la $(LTLIBINTL)