Search Criteria
Package Details: emptyepsilon-git 20160507-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/emptyepsilon-git.git (read-only, click to copy) |
---|---|
Package Base: | emptyepsilon-git |
Description: | Open source spaceship bridge simulator |
Upstream URL: | https://github.com/daid/EmptyEpsilon |
Licenses: | GPL2 |
Submitter: | mewp |
Maintainer: | mewp |
Last Packager: | mewp |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-07 08:45 (UTC) |
Last Updated: | 2016-05-07 08:52 (UTC) |
Dependencies (4)
- sfml (sfml-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
Latest Comments
tychon commented on 2020-06-17 21:34 (UTC)
EmptyEpsilon uses the build date as version number and requires clients and server to have the same version, i.e. same build day. To build for the latest release, for example
EE-2020.04.09
adjust the source and build command in thePKGBUILD
:Checkout the repository at the release commit (append
#commit=
...):git+https://github.com/daid/EmptyEpsilon.git#commit=EE-2020.04.09
and force the version number to the release date by adding thesecmake
options:(
cmake
concatenates them to form the version number20200409
).4censord commented on 2019-10-06 15:12 (UTC) (edited on 2019-10-06 15:42 (UTC) by 4censord)
can you update to the 20181116 release? or recomend a way to create a specific release?