mkinitcpio: update to 38.1.
This commit is contained in:
parent
139298bf60
commit
01e5d170b0
|
@ -3,7 +3,7 @@ directory modes.
|
|||
|
||||
--- a/test/cases/functions.bats
|
||||
+++ b/test/cases/functions.bats
|
||||
@@ -161,21 +161,11 @@
|
||||
@@ -162,21 +162,11 @@
|
||||
}
|
||||
|
||||
@test "initialize_buildroot unwriteable parent directory" {
|
||||
|
@ -17,12 +17,12 @@ directory modes.
|
|||
}
|
||||
|
||||
@test "initialize_buildroot unwriteable working directory" {
|
||||
- local workdir="${BATS_RUN_TMPDIR}/${BATS_TEST_NAME}/workdir"
|
||||
- local generatedir="${BATS_RUN_TMPDIR}/${BATS_TEST_NAME}/workdir"
|
||||
-
|
||||
- install -dm555 "$workdir"
|
||||
- run initialize_buildroot 'none' "$workdir"
|
||||
- install -dm555 "$generatedir"
|
||||
- run initialize_buildroot 'none' "$generatedir"
|
||||
- assert_failure
|
||||
- assert_output "==> ERROR: Unable to write to working directory: $workdir"
|
||||
- assert_output "==> ERROR: Unable to write to build root: $generatedir"
|
||||
+ true
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mkinitcpio'
|
||||
pkgname=mkinitcpio
|
||||
version=38
|
||||
version=38.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="asciidoc"
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-only"
|
|||
homepage="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio"
|
||||
changelog="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/raw/master/CHANGELOG"
|
||||
distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=c64ff852c63d3ee668950e0a4e10a2eae020e079025fa9ad23261e3221cddc05
|
||||
checksum=5c63525097a3c17bfb654dacea71ed7681c3102a3684d18c319d06e57007e1cd
|
||||
conf_files="/etc/mkinitcpio.conf"
|
||||
alternatives="
|
||||
initramfs:/etc/kernel.d/post-install/20-initramfs:/usr/libexec/mkinitcpio/kernel-hook-postinst
|
||||
|
|
Loading…
Reference in New Issue