diff options
Diffstat (limited to 'user/enchant/APKBUILD')
-rw-r--r-- | user/enchant/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/enchant/APKBUILD b/user/enchant/APKBUILD index 208b90171..daa149747 100644 --- a/user/enchant/APKBUILD +++ b/user/enchant/APKBUILD @@ -1,7 +1,7 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: pkgname=enchant pkgver=1.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="A wrapper library for generic spell checking" url="https://abiword.github.io/enchant/" arch="all" @@ -9,7 +9,7 @@ options="!check" # We need to ship dictionaries before testing will work... license="LGPL-2.0+" subpackages="$pkgname-dev $pkgname-doc" depends="" -makedepends="aspell-dev bash file glib-dev dbus-glib-dev hunspell-dev" +makedepends="aspell-dev bash dbus-glib-dev file glib-dev hunspell-dev" source="https://github.com/AbiWord/enchant/releases/download/enchant-1-6-1/enchant-1.6.1.tar.gz hunspell-build-fix.patch" |