summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien2018-10-31 10:01:01 +0100
committerDamien2018-10-31 10:01:01 +0100
commita570745187820664ad38d628a5d6daa1b7c93fdd (patch)
tree68df10cf30bce0306ff405fb62265e47bacf8138
parentea193a3e323e40239b8e3ddb3750100fd2e798cc (diff)
downloadaur-a570745187820664ad38d628a5d6daa1b7c93fdd.tar.gz
removing confluent.conf from /
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3539f4f4c7ff..37d289e24546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = confluent-platform
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.
pkgver = 5.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.confluent.io/
install = install_confluent.sh
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d92d0cee47cd..abd5ee5b9571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
pkgver=5.0.0
-pkgrel=4
+pkgrel=5
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/'
@@ -131,4 +131,7 @@ package() {
# Configure logging to /var/log
ln -s /var/log/confluent/kafka ${pkgdir}/usr/logs
+
+ # Removing unneeded file
+ rm ${pkgdir}/confluent.conf
}