summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8ccf386d58d..85ca87f066ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librdkafka-git
pkgdesc = Apache Kafka C driver library
- pkgver = r2605.d0f001df
+ pkgver = r3072.d3ff4bb5
pkgrel = 1
url = https://github.com/edenhill/librdkafka
arch = i686
@@ -14,6 +14,8 @@ pkgbase = librdkafka-git
optdepends = openssl
optdepends = libsasl
optdepends = lz4
+ provides = librdkafka
+ conflicts = librdkafka
source = git+https://github.com/edenhill/librdkafka
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e27c746b2f49..e1b8544e23a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Alim Gokkaya <alimgokkaya at gmail dot com>
pkgname=librdkafka-git
-pkgver=r2605.d0f001df
+pkgver=r3072.d3ff4bb5
pkgrel=1
pkgdesc='Apache Kafka C driver library'
url="https://github.com/edenhill/librdkafka"
license=('BSD')
source=(git+https://github.com/edenhill/librdkafka)
arch=(i686 x86_64 armv7h)
+provides=(librdkafka)
+conflicts=(librdkafka)
depends=(glibc zlib)
optdepends=(openssl libsasl lz4)
makedepends=(git python)