summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralimg2017-04-11 22:04:59 +0300
committeralimg2017-04-11 22:04:59 +0300
commit508830fbfb6d5b71c26572c5da8fb43b4f4148da (patch)
tree56298ab41b7e6c05a201d63e8ac4cb9894c276a5
parent0ab9f2d0c3592949d0bfafad210571c77d38b044 (diff)
downloadaur-508830fbfb6d5b71c26572c5da8fb43b4f4148da.tar.gz
update makedepends and optdepends
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5695ec9eec95..df7454f1f83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alim Gokkaya <alimgokkaya at gmail dot com>
pkgname=librdkafka-git
-pkgver=r577.602beaa
+pkgver=r2083.d2ad558
pkgrel=1
pkgdesc='Apache Kafka C driver library'
url="https://github.com/edenhill/librdkafka"
@@ -9,7 +9,8 @@ license=('BSD')
source=(git+https://github.com/edenhill/librdkafka)
arch=(i686 x86_64 armv7h)
depends=(glibc zlib)
-makedepends=(git)
+optdepends=(openssl libsasl lz4)
+makedepends=(git python2)
sha256sums=('SKIP')
pkgver() {