[arch-commits] Commit in librdkafka/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Jul 20 15:49:04 UTC 2020


    Date: Monday, July 20, 2020 @ 15:49:04
  Author: anatolik
Revision: 664630

archrelease: copy trunk to community-x86_64

Added:
  librdkafka/repos/community-x86_64/PKGBUILD
    (from rev 664629, librdkafka/trunk/PKGBUILD)
Deleted:
  librdkafka/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-20 15:48:38 UTC (rev 664629)
+++ PKGBUILD	2020-07-20 15:49:04 UTC (rev 664630)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Andrew Sun <adsun701 at gmail dot com>
-# Contributor: Joel Teichroeb <joel at teichroeb dot net>
-# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
-
-pkgname=librdkafka
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='The Apache Kafka C/C++ library'
-arch=(x86_64)
-url='https://github.com/edenhill/librdkafka'
-license=(BSD)
-depends=(libsasl zstd)
-makedepends=(python openssl lz4 rapidjson cmake)
-source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
-sha256sums=('0984ffbe17b9e04599fb9eceb16cfa189f525a042bef02474cd1bbfe1ea68416')
-
-build() {
-  cmake -S librdkafka-$pkgver -B build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
-}
-
-check() {
-  # TODO: figure out why the tests timeout
-  # cmake --build build --target test
-  true
-}
-
-package() {
-  cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: librdkafka/repos/community-x86_64/PKGBUILD (from rev 664629, librdkafka/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-20 15:49:04 UTC (rev 664630)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Joel Teichroeb <joel at teichroeb dot net>
+# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
+
+pkgname=librdkafka
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='The Apache Kafka C/C++ library'
+arch=(x86_64)
+url='https://github.com/edenhill/librdkafka'
+license=(BSD)
+depends=(libsasl zstd)
+makedepends=(python openssl lz4 rapidjson cmake)
+source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
+sha256sums=('f7fee59fdbf1286ec23ef0b35b2dfb41031c8727c90ced6435b8cf576f23a656')
+
+build() {
+  cmake -S librdkafka-$pkgver -B build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr --build build
+}
+
+check() {
+  # TODO: figure out why the tests timeout
+  # cmake --build build --target test
+  true
+}
+
+package() {
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list