Package Details: emptyepsilon-git 20160507-1

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)

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 the PKGBUILD:

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 these cmake options:

-DCPACK_PACKAGE_VERSION_MAJOR=2020 \
-DCPACK_PACKAGE_VERSION_MINOR=04 \
-DCPACK_PACKAGE_VERSION_PATCH=09 \

(cmake concatenates them to form the version number 20200409).

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?