From dc3f604b94e43d8670ec7f242bf7b30e2fa30ce9 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 24 Jan 2017 18:41:50 +0000 Subject: [PATCH] rebuild against hunspell --- enchant/PKGBUILD | 4 ++-- libmythes/PKGBUILD | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/enchant/PKGBUILD b/enchant/PKGBUILD index 5b2b009a2..e0c0fcffb 100644 --- a/enchant/PKGBUILD +++ b/enchant/PKGBUILD @@ -4,9 +4,9 @@ pkgname=enchant pkgver=1.6.0 -pkgrel=5 +pkgrel=6 pkgdesc="A wrapper library for generic spell checking" -arch=('i686' 'x86_64') +arch=('x86_64') url="http://www.abisource.com/enchant/" license=('LGPL') depends=('aspell' 'dbus-glib' 'hunspell' 'hspell') diff --git a/libmythes/PKGBUILD b/libmythes/PKGBUILD index 71a72beb5..2660a7eb7 100644 --- a/libmythes/PKGBUILD +++ b/libmythes/PKGBUILD @@ -1,17 +1,16 @@ # maintainer: Neophytos Kolokotronis pkgname=libmythes -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc="a simple thesaurus" arch=('x86_64') url="http://hunspell.sourceforge.net/ " license=('custom') depends=('glibc' 'perl' 'hunspell') -options=('!libtool') provides=('mythes') source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz) -md5sums=('46e92b68e31e858512b680b3b61dc4c1') +md5sums=('a8c2c5b8f09e7ede322d5c602ff6a4b6') build() { cd ${srcdir}/${pkgname/lib/}-$pkgver