Package Details: magiskboot-bin 30.7-1

Git Clone URL: https://aur.archlinux.org/magiskboot-bin.git (read-only, click to copy)
Package Base: magiskboot-bin
Description: magiskboot binary from magisk offical release
Upstream URL: https://github.com/topjohnwu/Magisk
Keywords: magisk magiskboot
Licenses: GPL-3.0
Conflicts: magiskboot
Provides: magiskboot
Submitter: revincx
Maintainer: revincx
Last Packager: revincx
Votes: 6
Popularity: 0.84
First Submitted: 2023-09-04 13:41 (UTC)
Last Updated: 2026-02-24 02:24 (UTC)

Dependencies (0)

Required by (2)

Sources (1)

Latest Comments

revincx commented on 2025-10-14 09:32 (UTC)

@vitaliikuzhdin thanks for corrections

vitaliikuzhdin commented on 2025-10-14 09:17 (UTC)

Few more notes from me:

  1. license=('GPL3') is not a valid SPDX identifier.

  2. conflicts=('magiskboot-git') is unnecessary.

  3. makedepends=('unzip') is unnecessary.

  4. The armv7h logic is incorrect, it should look like this:

    elif [ ${CARCH} = "armv7h" ]; then
        install -Dm755 lib/armeabi-v7a/libmagiskboot.so ${pkgdir}/usr/bin/magiskboot
    fi

vitaliikuzhdin commented on 2025-10-07 09:11 (UTC)

Please provide and conflict with magiskboot.