summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralimg2017-05-06 19:40:10 +0300
committeralimg2017-05-06 19:40:10 +0300
commit45540337afaa4f6789803ea288c6d9271561fe95 (patch)
tree1657f6d1e83ab570a1bbeeea43e7bb5ca2db2611 /PKGBUILD
parentd388588f979ab3a6bd3e7d739083fbaf336bf682 (diff)
downloadaur-45540337afaa4f6789803ea288c6d9271561fe95.tar.gz
python2->python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df7454f1f83d..d53346853243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alim Gokkaya <alimgokkaya at gmail dot com>
pkgname=librdkafka-git
-pkgver=r2083.d2ad558
+pkgver=r2092.4d2aea3
pkgrel=1
pkgdesc='Apache Kafka C driver library'
url="https://github.com/edenhill/librdkafka"
@@ -10,7 +10,7 @@ source=(git+https://github.com/edenhill/librdkafka)
arch=(i686 x86_64 armv7h)
depends=(glibc zlib)
optdepends=(openssl libsasl lz4)
-makedepends=(git python2)
+makedepends=(git python)
sha256sums=('SKIP')
pkgver() {