Search Criteria
Package Details: veloren-nightly 0.18.0.r232.91b6ece408-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/veloren-nightly.git (read-only, click to copy) |
|---|---|
| Package Base: | veloren-nightly |
| Description: | An open-world, open-source multiplayer voxel RPG. Version matches official server. |
| Upstream URL: | https://veloren.net/ |
| Keywords: | game rpg veloren |
| Licenses: | GPL3 |
| Conflicts: | veloren |
| Provides: | veloren |
| Submitter: | LuckyTurtleDev |
| Maintainer: | LuckyTurtleDev (LunarEclipse) |
| Last Packager: | LunarEclipse |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-05-05 18:09 (UTC) |
| Last Updated: | 2026-05-23 15:54 (UTC) |
Dependencies (18)
- alsa-lib
- glslang (glslang-gitAUR)
- libxkbcommon-x11 (libxkbcommon-x11-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core) (make)
- cairo (cairo-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- git-lfs (git-lfs-gitAUR) (make)
- mold (mold-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- pango (pango-gitAUR, pango-nothai-gitAUR) (make)
- python (make)
- rustup (rustup-gitAUR) (make)
- udev (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd) (make)
- pipewire-alsa (pipewire-alsa-gitAUR, pipewire-full-alsa-gitAUR, pipewire-alsa-ldacAUR) (optional) – audio support on pipewire
- pulseaudio-alsa (pulseaudio-dummyAUR, pulseaudio-alsa-gitAUR, pipewire-full-alsa-gitAUR) (optional) – audio support on pulseaudio
Latest Comments
LunarEclipse commented on 2026-05-23 15:57 (UTC)
Found some time to fix this, also added mold as a build dependency since it's apparently required now :)
fabse commented on 2026-04-25 21:07 (UTC)
The build currently fails:
warning: error running /usr/lib/git-core/git 'config' '--includes' '--global' '--replace-all' 'filter.lfs.clean' 'git-lfs clean -- %f': 'error: could not lock config file /dev/null: Permission denied' 'exit status 255'
The fix seems to be to do a local install for git lfs like the non-nightly veloren package
LuckyTurtleCI commented on 2023-03-29 16:33 (UTC)
@PolarianDev It is not a duplicate. veloren-git does build the latest commit at the main branch. veloren-nightly build the git commit used by the official veloren nightly version. It is needed to play at nightly server. veloren-git might not work, because it use a different commit.
LuckyTurtleDev commented on 2022-02-13 18:03 (UTC)
@msrd0 rust nightly does also conflict with rust.
msrd0 commented on 2022-02-13 17:47 (UTC)
This package cannot be built when having the rust package installed and rustup installed on a user basis, i.e. rust nightly is available but I'm unable to install the rustup package.
LuckyTurtleDev commented on 2021-06-28 13:55 (UTC) (edited on 2021-06-28 16:39 (UTC) by LuckyTurtleDev)
@Mckol the package seems still build fine after the merge. But because of the removed OpenGL support, I can not test if the games does run correctly anymore.
I have nevertheless update the package now.
LuckyTurtleDev commented on 2021-06-28 12:18 (UTC)
@Mckol Thanks for informing me about this.
I know about the issue about choosing the commit by time, but I did not know a better solution and was waiting for the planned git tag. I had also open a issue about this. I still prefer the git tag method, but until it will be introduced, using the commit from the Airshipper backend is the better solution.
I also have a question about your patch. Are you sure you can remove the following lines?:
While I have create this package I notify that
makepkgis not able to update the git repository correctly, if it does already exists. I think this could be happen because I checkout a commit and the head gets detach. Because of this I did add the lines.I also add you as co-maintainer now.
LunarEclipse commented on 2021-06-28 11:34 (UTC)
Hi, I'm the maintainer of the official Veloren AUR packages, soon an update to the build script will be required for this package to work properly (we're in a migration period rn, link to some discussion on discord, link to relevant MR), I've prepared a patch you can use which also has a few other improvements, though only the part in
build()and the version bump (which makepkg will do for you) are strictly necessary.The rationale for the change of the method of choosing the commit to build is that while the CI is supposed to run at 6:00 UTC, sometimes it's delayed, and sometimes we make manual builds during the day if something needs to be deployed fast. My method downloads the current commit from the Airshipper backend so it's always going to be in sync with what the main server runs.
If you don't mind it, it would be cool if you could add me as a co-maintainer so that I can update this package along with the others too c: