aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 19:47:16 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 19:47:16 +0200
commit083bcce95cb4657d87041a3e6543ef599ff4896e (patch)
tree469675d8365483ff30f1167930f52194372eec34 /community
parent6c79bbeae661dfa5a21284df7198b82b944eb2cb (diff)
community/java-jansi-native: remove build-base from makedepends
Diffstat (limited to 'community')
-rw-r--r--community/java-jansi-native/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/java-jansi-native/APKBUILD b/community/java-jansi-native/APKBUILD
index 82e3d175b7f..e68d496f1fc 100644
--- a/community/java-jansi-native/APKBUILD
+++ b/community/java-jansi-native/APKBUILD
@@ -10,7 +10,7 @@ url="https://github.com/fusesource/jansi-native"
arch="x86 x86_64"
license="ASL-2.0"
depends="openjdk8-jre-base"
-makedepends="autoconf automake build-base libtool maven openjdk8"
+makedepends="autoconf automake libtool maven openjdk8"
source="https://github.com/fusesource/$_pkgname/archive/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$_pkgname-$pkgver"