aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-09 19:40:21 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-09 20:01:49 -0300
commit7fc5abab4b0abf64302e2508b723df2618f0b1bc (patch)
treef51d3a3ef7919077a10552cdaf44ee0f158bafc5 /community
parent9da8ea74acce1e2eac5f1f4530856d9cc1bce52f (diff)
downloadaports-7fc5abab4b0abf64302e2508b723df2618f0b1bc.tar.bz2
aports-7fc5abab4b0abf64302e2508b723df2618f0b1bc.tar.xz
community/librdkafka: drop python2
Diffstat (limited to 'community')
-rw-r--r--community/librdkafka/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/librdkafka/APKBUILD b/community/librdkafka/APKBUILD
index de2cb0c943..6f8526e4a0 100644
--- a/community/librdkafka/APKBUILD
+++ b/community/librdkafka/APKBUILD
@@ -3,14 +3,14 @@
# Maintainer: Bennett Goble <nivardus@gmail.com>
pkgname=librdkafka
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="The Apache Kafka C/C++ library"
url="https://github.com/edenhill/librdkafka"
arch="all"
license="BSD-2-Clause"
-makedepends="bash python2 openssl-dev cyrus-sasl-dev lz4-dev zlib-dev zstd-dev"
+makedepends="bash openssl-dev cyrus-sasl-dev lz4-dev zlib-dev zstd-dev"
subpackages="$pkgname-static $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/edenhill/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz"
build() {
./configure --prefix=/usr