diff options
author | GoReleaser | 2021-04-07 10:16:53 +0200 |
---|---|---|
committer | GoReleaser | 2021-04-07 10:16:53 +0200 |
commit | 5d8b78b9096b8e0bd4551bd91c26fecf8783104b (patch) | |
tree | 3dd1b4e8f2d233f2746df66caf5ed6c0902a9336 /PKGBUILD | |
parent | 6e5ed20b41d2ff3288ecc1b8bea9edc446039bfa (diff) | |
download | aur-5d8b78b9096b8e0bd4551bd91c26fecf8783104b.tar.gz |
Updated to version v1.17.0 release 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=kafkactl pkgver=1.17.0 -pkgrel=1 +pkgrel=2 pkgdesc="Command Line Tool for managing Apache Kafka" url="https://github.com/deviceinsight/kafkactl/" arch=("i686" "x86_64" "aarch64") @@ -33,7 +33,6 @@ check() { package() { cd "${pkgname}-${pkgver}" install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm644 /dev/stdin "${pkgdir}/usr/share/bash-completion/completions/${pkgname}" "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm644 /dev/stdin "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish" |