mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 04:37:18 +08:00
rebuild against hunspell
This commit is contained in:
parent
343ee4d466
commit
dc3f604b94
@ -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')
|
||||
|
@ -1,17 +1,16 @@
|
||||
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user