Date: Thursday, June 10, 2021 @ 22:18:01 Author: felixonmars Revision: 417909
upgpkg: m17n-lib 1.8.0-10: enable libthai support, and add ispell as optdepend Modified: m17n-lib/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-10 22:09:53 UTC (rev 417908) +++ PKGBUILD 2021-06-10 22:18:01 UTC (rev 417909) @@ -3,13 +3,15 @@ pkgname=m17n-lib pkgver=1.8.0 -pkgrel=9 +pkgrel=10 pkgdesc='Multilingual text processing library (runtimes)' url='https://www.nongnu.org/m17n/' arch=('x86_64') license=('GPL') -depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf') -optdepends=('anthy: to use the anthy input method') +depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf') +makedepends=('anthy' 'ispell') +optdepends=('anthy: to use the anthy input method' + 'ispell: to use the ispell input method') options=('!makeflags' '!emptydirs') validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630') source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")