Search Criteria
Package Details: ntloader-git 3.0.6.r0.gec501ba-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ntloader-git.git (read-only, click to copy) |
---|---|
Package Base: | ntloader-git |
Description: | Windows NT6+ loader for grub2 and grub4dos. |
Upstream URL: | https://github.com/grub4dos/ntloader.git |
Licenses: | GPLv2+ |
Conflicts: | ntloader |
Provides: | ntloader |
Submitter: | xiliuya |
Maintainer: | xiliuya |
Last Packager: | xiliuya |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-11-09 23:02 (UTC) |
Last Updated: | 2025-07-05 01:33 (UTC) |
Dependencies (7)
- aarch64-linux-gnu-gcc (make)
- binutils (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- mingw-w64-gcc (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingwAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
Latest Comments
xiliuya commented on 2025-07-05 01:35 (UTC)
@dreieck ,ok. Work for now.
dreieck commented on 2025-07-04 11:31 (UTC)
$pkgver
changed from3.0.6.[...]
tolatest.[...]
. This is a downgrade regarding version numbers ("latest" < "3").If the versioning scheme changes like that,
$epoch
must be incremented (if not yet set, setepoch=1
). Otherwise,pkgver()
should be adapted to calculate upstream version number more robust (e.g. by parsing source files or so).Regards and thanks for maintaining!
xiliuya commented on 2025-07-02 12:17 (UTC)
@dreieck ,fixed for gcc15.
dreieck commented on 2025-06-28 11:14 (UTC)
Ahoj,
build fails for me with
libnt/reg.c:39:5: error: cannot use keyword ‘false’ as enumeration constant
:Regards!
dreieck commented on 2025-06-28 11:08 (UTC) (edited on 2025-06-28 11:10 (UTC) by dreieck)
prepare()
function can be removed since it does nothing.Regards and thanks for the package!