summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien2018-05-12 22:30:06 +0100
committerDamien2018-05-12 22:30:06 +0100
commit3a47f8aaec9efc9ff7a2832469afab72a1a32ad3 (patch)
treef82f691595076528a1a44c484e200f104f2ee60e /PKGBUILD
parent42edaeefd0d62a1ec4d888e02d85a1f76bab51e5 (diff)
downloadaur-3a47f8aaec9efc9ff7a2832469afab72a1a32ad3.tar.gz
add system.d user as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a76f88bfd33..e38f1f7f2e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Confluent, founded by the creators of Apache Kafka, delivers a complete execution of Kafka for the Enterprise, to help you run your business in real time.'
arch=('any')
url='https://www.confluent.io/'
@@ -67,9 +67,11 @@ backup=(etc/confluent-control-center/log4j.properties
)
install=install_confluent.sh
-source=(http://packages.confluent.io/archive/4.1/confluent-4.1.0-2.11.tar.gz)
+source=(http://packages.confluent.io/archive/4.1/confluent-4.1.0-2.11.tar.gz
+ systemd_sysusers.d_confluent.conf)
-sha256sums=('f355e80517c8c2667ef5d09bff2aecfd3c17c472ec715ff0b74ae7e97c8b9258')
+sha256sums=('f355e80517c8c2667ef5d09bff2aecfd3c17c472ec715ff0b74ae7e97c8b9258'
+ '5cf41f47a4d8d9c205a1999ffdf4e414c32d3428b38d1e96d847ae9789073489')
package() {