rebuild against hunspell

This commit is contained in:
AlmAck 2017-01-24 18:41:50 +00:00
parent 343ee4d466
commit dc3f604b94
2 changed files with 4 additions and 5 deletions

View File

@ -4,9 +4,9 @@
pkgname=enchant pkgname=enchant
pkgver=1.6.0 pkgver=1.6.0
pkgrel=5 pkgrel=6
pkgdesc="A wrapper library for generic spell checking" pkgdesc="A wrapper library for generic spell checking"
arch=('i686' 'x86_64') arch=('x86_64')
url="http://www.abisource.com/enchant/" url="http://www.abisource.com/enchant/"
license=('LGPL') license=('LGPL')
depends=('aspell' 'dbus-glib' 'hunspell' 'hspell') depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')

View File

@ -1,17 +1,16 @@
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com> # maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
pkgname=libmythes pkgname=libmythes
pkgver=1.2.3 pkgver=1.2.4
pkgrel=1 pkgrel=1
pkgdesc="a simple thesaurus" pkgdesc="a simple thesaurus"
arch=('x86_64') arch=('x86_64')
url="http://hunspell.sourceforge.net/ " url="http://hunspell.sourceforge.net/ "
license=('custom') license=('custom')
depends=('glibc' 'perl' 'hunspell') depends=('glibc' 'perl' 'hunspell')
options=('!libtool')
provides=('mythes') provides=('mythes')
source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz) source=(http://downloads.sourceforge.net/hunspell/${pkgname/lib/}-${pkgver}.tar.gz)
md5sums=('46e92b68e31e858512b680b3b61dc4c1') md5sums=('a8c2c5b8f09e7ede322d5c602ff6a4b6')
build() { build() {
cd ${srcdir}/${pkgname/lib/}-$pkgver cd ${srcdir}/${pkgname/lib/}-$pkgver