From 1fb326345fb574cf8a2c36e91002294cf0e2d4dd Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 22 Nov 2019 10:22:08 +0100 Subject: [PATCH] community/gtkspell3: fix build --- community/gtkspell3/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/gtkspell3/APKBUILD b/community/gtkspell3/APKBUILD index 0de7521e4c6..8310fc39940 100644 --- a/community/gtkspell3/APKBUILD +++ b/community/gtkspell3/APKBUILD @@ -8,7 +8,7 @@ url="http://gtkspell.sourceforge.net/" arch="all" license="GPL-2.0-or-later" makedepends="enchant2-dev gtk+3.0-dev vala gobject-introspection-dev - automake autoconf libtool" + automake autoconf libtool intltool" options="!check" # no tests subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang" source="https://downloads.sourceforge.net/gtkspell/gtkspell3-$pkgver.tar.xz"