diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-09-20 14:01:48 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-20 14:01:48 +0000 |
commit | 8d03530cc64d4d72d18eba8216cd2248d4da86cf (patch) | |
tree | daea4b0addfee20723d768de96ecc37b0532924c /community/libexttextcat | |
parent | bf62f6a593f2fad4f7ec8c0e9b9a8983407d96a5 (diff) | |
download | aports-8d03530cc64d4d72d18eba8216cd2248d4da86cf.tar.bz2 aports-8d03530cc64d4d72d18eba8216cd2248d4da86cf.tar.xz |
community/libexttextcat: fix depends
Diffstat (limited to 'community/libexttextcat')
-rw-r--r-- | community/libexttextcat/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/community/libexttextcat/APKBUILD b/community/libexttextcat/APKBUILD index 618db67932..330add4609 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 |