aboutsummaryrefslogtreecommitdiffstats
path: root/community/libexttextcat
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-09-20 14:01:48 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-09-20 14:01:48 +0000
commit8d03530cc64d4d72d18eba8216cd2248d4da86cf (patch)
treedaea4b0addfee20723d768de96ecc37b0532924c /community/libexttextcat
parentbf62f6a593f2fad4f7ec8c0e9b9a8983407d96a5 (diff)
community/libexttextcat: fix depends
Diffstat (limited to 'community/libexttextcat')
-rw-r--r--community/libexttextcat/APKBUILD5
1 files changed, 1 insertions, 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