Search Criteria
Package Details: packwiz-git r383.52b1230-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/packwiz-git.git (read-only, click to copy) |
|---|---|
| Package Base: | packwiz-git |
| Description: | A command line tool for creating minecraft modpacks. |
| Upstream URL: | https://packwiz.infra.link |
| Licenses: | MIT |
| Conflicts: | packwiz |
| Provides: | packwiz |
| Submitter: | CCF_100 |
| Maintainer: | txtsd |
| Last Packager: | txtsd |
| Votes: | 12 |
| Popularity: | 0.51 |
| First Submitted: | 2021-01-26 01:47 (UTC) |
| Last Updated: | 2025-11-25 04:54 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
sylv commented on 2025-12-15 04:22 (UTC)
It's stuck at Starting prepare(). I've genuinely never seen that before lol
txtsd commented on 2024-11-11 04:14 (UTC)
@dazoe Thank you for reporting and explaining! I will push a fix shortly.
dazoe commented on 2024-11-10 18:51 (UTC)
The addition of go mod download in the prepare section leads to problems with yay and other tools that use makepkg's clean up. It leaves the modcache in a readonly state, The can be resolved by adding -modcacherw to the download command, or not having go mod download in the prepare section.
txtsd commented on 2023-02-15 18:25 (UTC)
Awesome!
Scrumplex commented on 2023-02-15 18:24 (UTC)
Done!
txtsd commented on 2023-02-15 18:22 (UTC)
I don't mind taking over your packages~
Scrumplex commented on 2023-02-15 18:09 (UTC)
Does anyone want to take over this package? I am planning to disown most of my AUR packages, as I don't run Arch as my primary distro anymore.
Lgmrszd commented on 2022-04-21 18:06 (UTC)
I implemented automatic generation of shell auto-completion files (bash, zsh and fish), as well as improved pkgver() function according to VCS package guidelines
I prepared updated PKGBUILD (includes changes suggested by @Corubba)
Corubba commented on 2021-10-19 11:02 (UTC) (edited on 2021-10-19 11:03 (UTC) by Corubba)
If I may suggest a few improvements:
gois a buildtime dependency, not a runtime dependencygitis missing as a buildtime dependencyglibcis missing as a runtime dependencyI prepared a diff.