diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 14:14:33 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 11:59:51 +0000 |
commit | d7642db2c352b140209e82add2a3c381d7d3e2bc (patch) | |
tree | d23dd9c6cab356d3772caaf40d62ba707e8933ce /main/enchant | |
parent | 11f911eb0c2eb2e99ad6d6c642af9e0a898502f6 (diff) | |
download | aports-d7642db2c352b140209e82add2a3c381d7d3e2bc.tar.bz2 aports-d7642db2c352b140209e82add2a3c381d7d3e2bc.tar.xz |
main/enchant: rebuild for hunspell
Diffstat (limited to 'main/enchant')
-rw-r--r-- | main/enchant/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/enchant/APKBUILD b/main/enchant/APKBUILD index d1f725af8e..9b6183d77c 100644 --- a/main/enchant/APKBUILD +++ b/main/enchant/APKBUILD @@ -1,19 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=13 +pkgrel=14 pkgdesc="A wrapper library for generic spell checking" url="http://www.abisource.com/enchant/" arch="all" license="LGPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc" -depends="" makedepends="aspell-dev glib-dev dbus-glib-dev hunspell-dev gettext-dev file bash" source="http://www.abisource.com/downloads/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz hunspell-build-fix.patch" -builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$builddir" update_config_sub |