diff --git a/crux-bashcompletion/.signature b/crux-bashcompletion/.signature index 0f67d2d20..3ca16b740 100644 --- a/crux-bashcompletion/.signature +++ b/crux-bashcompletion/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/WOJj/Ap7EBgFgYJUlyJW65qBYtSJRealDld7iio7+jSoyxqWEqniHuoR5lqkaYvWFft70SdehEuXC1bZhAPzAc= -SHA256 (Pkgfile) = 03b255ec76a34a6ed840fc46d12568dd41da8f166e6d4793f6f391f596a1dde2 +RWSE3ohX2g5d/YTyUXnT9IMoAs08L+XCvyqTRib0WMC7UU0U9A/fV2OL9RSSfKOIDtwKUHFv7WUI1TVik+5z79UY92emBwOP2wo= +SHA256 (Pkgfile) = de50969e4dfebd901ad18ae2e4dde6261e2bf811650dd9aa5299e6e8b87e3340 SHA256 (.footprint) = 25ee6cbc8eb8f36e1998098c32ef7c70296076ca77a18ae96e8ebae237be47da SHA256 (crux_completions) = c982916da52cb2990d46b9569f921c648d7adfb20546c4b291306b2427e9163c diff --git a/crux-bashcompletion/Pkgfile b/crux-bashcompletion/Pkgfile index d868a735a..e6b4ccddf 100644 --- a/crux-bashcompletion/Pkgfile +++ b/crux-bashcompletion/Pkgfile @@ -1,7 +1,7 @@ # Description: Programmable bash completion for pkgutils and ports -# URL: http://www.crux.nu -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Depends on: bash-completion +# URL: https://www.crux.nu +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: bash-completion name=crux-bashcompletion version=20031028 @@ -9,6 +9,6 @@ release=1 source=(crux_completions) build() { - install -D -m 755 crux_completions \ - $PKG/etc/bash_completion.d/crux + install -D -m 755 crux_completions \ + $PKG/etc/bash_completion.d/crux }