diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-29 02:03:05 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-29 06:54:39 +0000 |
commit | 531efc634a26b996fec7b231bdcb70d0cf6264ec (patch) | |
tree | ed30ee8a037399987190b7d3fb3f67d4bfe11acf /community/librdkafka | |
parent | e1e5de92ab8be15d1bce4b258f3064787b4f74b7 (diff) | |
download | aports-531efc634a26b996fec7b231bdcb70d0cf6264ec.tar.bz2 aports-531efc634a26b996fec7b231bdcb70d0cf6264ec.tar.xz |
community/librdkafka: fix license
Diffstat (limited to 'community/librdkafka')
-rw-r--r-- | community/librdkafka/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/librdkafka/APKBUILD b/community/librdkafka/APKBUILD index 804548ba8b..0d7c4c297a 100644 --- a/community/librdkafka/APKBUILD +++ b/community/librdkafka/APKBUILD @@ -3,11 +3,11 @@ # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=librdkafka pkgver=1.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="The Apache Kafka C/C++ library" url="https://github.com/edenhill/librdkafka" arch="all" -license="BSD" +license="BSD-2-Clause" makedepends="bash python2 openssl-dev cyrus-sasl-dev lz4-dev zlib-dev" subpackages="$pkgname-static $pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/edenhill/$pkgname/archive/v$pkgver.tar.gz" |