community/java-jansi-native: remove build-base from makedepends

This commit is contained in:
Jakub Jirutka 2016-08-17 19:47:16 +02:00
parent 6c79bbeae6
commit 083bcce95c

View File

@ -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"