Search Criteria
Package Details: ntloader-git 3.0.7.r5.gba97a4b-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: | GPL-3.0-or-later |
| 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: | 2026-05-12 01:29 (UTC) |
Dependencies (7)
- aarch64-linux-gnu-gcc (make)
- binutils (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- mingw-w64-gcc (llvm-mingwAUR, mingw-w64-gcc-msvcrtAUR) (make)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (make)
Latest Comments
xiliuya commented on 2026-05-12 01:19 (UTC) (edited on 2026-05-12 01:30 (UTC) by xiliuya)
@dreieck Done. The license is now
GPL-3.0-or-later, matching the Git repository.dreieck commented on 2026-05-11 11:38 (UTC)
Ahoj,
minor hint: License identifier should be made SPDX compliant (e.g.
GPL-2.0-onlyorGPL-2.0-or-later, whatever is applicable, if it is GPLv2):Regards and thanks for the package!
xiliuya commented on 2025-07-05 01:35 (UTC)
@dreieck ,ok. Work for now.
dreieck commented on 2025-07-04 11:31 (UTC)
$pkgverchanged from3.0.6.[...]tolatest.[...]. This is a downgrade regarding version numbers ("latest" < "3").If the versioning scheme changes like that,
$epochmust 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!