main/dmidecode: upgrade to 3.6

also, add -bash-completion subpackage

`bash-completion-dev` is required for the Makefile to get
the correct bash completion directory, and `bash-completion`
is required as the Makefile tests for the existence of that
directory, before actually installing the bash completion files.
This commit is contained in:
Celeste 2024-04-25 14:53:23 +00:00 committed by J0WI
parent 6418b40fee
commit bf5eb2a5ad

View file

@ -1,13 +1,14 @@
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
pkgname=dmidecode
pkgver=3.5
pkgrel=1
pkgver=3.6
pkgrel=0
pkgdesc="A utility for reporting system hardware as described by BIOS"
url="https://nongnu.org/dmidecode"
arch="all"
license="GPL-2.0-or-later"
makedepends="bash-completion bash-completion-dev"
options="!check" # No testsuite
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-bash-completion"
source="https://download.savannah.gnu.org/releases/dmidecode/dmidecode-$pkgver.tar.xz"
prepare() {
@ -24,5 +25,5 @@ package() {
}
sha512sums="
690c9bea391f6bbfc8cd48e8db408a61d5b551a07a2823c29d03a09607fc2043cc1bea44ee9fd27fd0e7bc0b287bf9de9f22a1a66053f5b1e63d77c03d93e1ae dmidecode-3.5.tar.xz
b1e47a2121062581876ba2daf3ce80b1c39612d078718609b8bc97d4e7a4b47427200502468b5d71f0d0dcb5ba299fb2e808791b62dc5b50e67acac60c51a461 dmidecode-3.6.tar.xz
"