summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00deebaaed05..7c8f79d5260d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = kcl-bin
pkgdesc = Your one stop shop to do anything with Kafka. Producing, consuming, transacting, administrating; 0.8.0 through 3.2+
pkgver = 0.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/twmb/kcl
arch = aarch64
arch = x86_64
- license = LicenseRef-BSD
+ license = BSD-3-Clause
optdepends = kafka
provides = kcl=0.15.0
conflicts = kcl
diff --git a/PKGBUILD b/PKGBUILD
index e1d6d3e74489..55767d0696d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=kcl-bin
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="Your one stop shop to do anything with Kafka. Producing, consuming, transacting, administrating; 0.8.0 through 3.2+"
arch=(
'aarch64'
'x86_64'
)
url="https://github.com/twmb/kcl"
-license=('LicenseRef-BSD')
+license=('BSD-3-Clause')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
optdepends=(