From 8d03530cc64d4d72d18eba8216cd2248d4da86cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 20 Sep 2017 14:01:48 +0000 Subject: [PATCH] community/libexttextcat: fix depends --- community/libexttextcat/APKBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/community/libexttextcat/APKBUILD b/community/libexttextcat/APKBUILD index 618db67932a..330add4609c 100644 --- a/community/libexttextcat/APKBUILD +++ b/community/libexttextcat/APKBUILD @@ -7,10 +7,7 @@ pkgdesc="An N-Gram-Based Text Categorization library" url="http://www.freedesktop.org/wiki/Software/libexttextcat/" arch="all" license="MPL2" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" +checkdepends="bash" subpackages="$pkgname-dev" source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir"/$pkgname-$pkgver