summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-04-29 14:09:15 +0200
committersanduhrs2021-04-29 14:09:15 +0200
commit075c24aae312445c07a41af4ec4b8ba0b979585c (patch)
treefccb2a807382aa7b44f8d9f859b281ffc6e1b008
parent6797e7b362661fad079029865c402d4598f7443e (diff)
downloadaur-075c24aae312445c07a41af4ec4b8ba0b979585c.tar.gz
Update to upstream version 5.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aa1604ac2b1..2498e76eb1a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-rdkafka
- pkgdesc = PHP-rdkafka is a thin librdkafka binding providing a working PHP 5 / PHP 7 Kafka client
- pkgver = 4.0.3
+ pkgdesc = PHP-rdkafka is a thin librdkafka binding providing a working PHP 7 / PHP 8 Kafka client
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/arnaud-lb/php-rdkafka
arch = i686
@@ -9,8 +9,8 @@ pkgbase = php-rdkafka
depends = php
depends = librdkafka
backup = etc/php/conf.d/rdkafka.ini
- source = https://pecl.php.net/get/rdkafka-4.0.3.tgz
- md5sums = 766efc78dd01a4a65c8200e4abee957d
+ source = https://pecl.php.net/get/rdkafka-5.0.0.tgz
+ md5sums = f1fd466c1775eb4288077654c1fe49cb
pkgname = php-rdkafka
diff --git a/PKGBUILD b/PKGBUILD
index e42e9869786f..fc1462cc8236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Maintainer: Stefan Auditor <stefan@auditor.email>
+# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: 吕海涛 <aur@lvht.net>
pkgname=php-rdkafka
_extname=rdkafka
-pkgver=4.0.3
+pkgver=5.0.0
pkgrel=1
-pkgdesc="PHP-rdkafka is a thin librdkafka binding providing a working PHP 5 / PHP 7 Kafka client"
+pkgdesc="PHP-rdkafka is a thin librdkafka binding providing a working PHP 7 / PHP 8 Kafka client"
arch=("i686" "x86_64")
url="https://github.com/arnaud-lb/php-rdkafka"
license=('MIT')
depends=('php' 'librdkafka')
source=("https://pecl.php.net/get/$_extname-$pkgver.tgz")
backup=("etc/php/conf.d/$_extname.ini")
-md5sums=('766efc78dd01a4a65c8200e4abee957d')
+md5sums=('f1fd466c1775eb4288077654c1fe49cb')
build() {
cd "$srcdir/$_extname-$pkgver"