From d7642db2c352b140209e82add2a3c381d7d3e2bc Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 8 Jun 2019 14:14:33 -0300 Subject: [PATCH] main/enchant: rebuild for hunspell --- main/enchant/APKBUILD | 4 +--- 1 file changed, 1 insertion(+), 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 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 -- GitLab