diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-07-06 22:54:59 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-07-06 22:54:59 +0200 |
commit | 82b6e034d7fcc4a5e95c0d2d1ca0982b67ef2c53 (patch) | |
tree | 58de00396dc2250366445447833065f4875a6769 /community | |
parent | 57713b6de9bfae239e2f58e66515bb52409fdb87 (diff) | |
download | aports-82b6e034d7fcc4a5e95c0d2d1ca0982b67ef2c53.tar.bz2 aports-82b6e034d7fcc4a5e95c0d2d1ca0982b67ef2c53.tar.xz |
community/nvme-cli: upgrade to 1.8.1
fix bash-completion subpackage
Diffstat (limited to 'community')
-rw-r--r-- | community/nvme-cli/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nvme-cli/APKBUILD b/community/nvme-cli/APKBUILD index 553643a5b5..d284463dcb 100644 --- a/community/nvme-cli/APKBUILD +++ b/community/nvme-cli/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Florian Heigl <florian.heigl@gmail.com> # Maintainer: Florian Heigl <florian.heigl@gmail.com> pkgname=nvme-cli -pkgver=1.4 +pkgver=1.8.1 pkgrel=0 pkgdesc="NVM-Express user space tooling for Linux" arch="all" @@ -31,9 +31,9 @@ bashcomp() { install_if="$pkgname=$pkgver-r$pkgrel bash-completion" mkdir -p "$subpkgdir"/usr/share/bash-completion/completions - mv "$pkgdir"/usr/share/bash_completion.d/nvme \ + mv "$pkgdir"/usr/share/bash-completion/completions/nvme \ "$subpkgdir"/usr/share/bash-completion/completions/$pkgname - rmdir "$pkgdir"/usr/share/bash_completion.d + rmdir "$pkgdir"/usr/share/bash-completion/completions } -sha512sums="8d7e2f0717562bfe2306306830983644e4b118bd6705a0386fcae02f6d171faa76a6d594f01fc8ee57dcbf1a41ea0a84cd4527f7a729fddc3431975cf6914955 nvme-cli-1.4.tar.gz" +sha512sums="b31690f6dbc1f88ebd461636b452b8dedc6e1f67e2fe9d088b1f1d2ddf634ab6ef8d628d2c7fdc6977587d9565deb816a1df8f4881759a12b030a190af5c9095 nvme-cli-1.8.1.tar.gz" |