diff --git a/bash-completion.be0 b/bash-completion.be0 index 73c72a1ae..721dcca3b 100755 --- a/bash-completion.be0 +++ b/bash-completion.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bash-completion-2.3-3 +# BEE_VERSION bash-completion-2.7-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -21,7 +21,7 @@ SRCURL[0]="https://github.com/scop/bash-completion/releases/download/${PKGVERSIO ## Add filename patterns to the EXCLUDE array of files that should not ## be added to you package but may be present in the image directory. -# EXCLUDE+=() +EXCLUDE+=(/usr/share/bash-completion/completions/rfkill) ############################################################################### ## Uncomment the next statement, if the software may not be able to be build diff --git a/util-linux.be0 b/util-linux.be0 index f5baa26f8..04a61702d 100755 --- a/util-linux.be0 +++ b/util-linux.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION util-linux-2.29-0 +# BEE_VERSION util-linux-2.31.1-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -15,7 +15,7 @@ SRCURL[0]="https://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION[2]}/u ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=("https://git.kernel.org/cgit/utils/util-linux/util-linux.git/patch/?id=3fcbd7978980dc1a29c626b701333e27599e506d 3fcbd797.patch") +# PATCHURL+=() ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not