PLES UPDATE
EDIT: Obviously thanks for effort :)
Git Clone URL: | https://aur.archlinux.org/factorio-headless.git (read-only, click to copy) |
---|---|
Package Base: | factorio-headless |
Description: | A 2D game about building and maintaining factories - Server version (stable branch) |
Upstream URL: | http://www.factorio.com/ |
Keywords: | game |
Licenses: | LicenseRef-Custom-Commercial |
Conflicts: | factorio, factorio-demo, factorio-experimental, factorio-headless-experimental |
Submitter: | duthils |
Maintainer: | mxmeinhold |
Last Packager: | mxmeinhold |
Votes: | 23 |
Popularity: | 0.60 |
First Submitted: | 2015-12-08 23:26 (UTC) |
Last Updated: | 2025-03-31 20:38 (UTC) |
PLES UPDATE
EDIT: Obviously thanks for effort :)
Thanks for the quick updates, especially under the circumstances - get well soon!
Working on updating to 2.0.12, updates may be slow for a while as I just broke my collarbone
@EndlessEden 1.1.110 is commit fb5b9c329816 if you're looking to pin it locally, or were you asking for a fork of this package?
@mxmeinhold -- can you please, make a 1.1.110 version. v2.0.x breaks a /lot/ of mods, and not everyone is interested in the new content thats mostly DLC locked.
The LICENSE file is out of date: https://factorio.com/terms-of-service says "Last update was on 10th of October, 2024." The included version is from 2018.
I've made some changes to the PKGBUILD such that the version is fixed automatically, and it becomes a "rolling" version, instead of having to update it manually:
6,7c6,7
< pkgname=factorio-headless
< pkgver=1.1.76
---
> pkgname=factorio-stable-headless
> pkgver=1.1.80
13a14
> makedepends=('jq' 'curl')
21d21
<
26c26
< factorio_headless_x64_${pkgver}.tar.xz::http://www.factorio.com/get-download/${pkgver}/headless/linux64
---
> http://www.factorio.com/get-download/stable/headless/linux64
33c33,37
< '24bd61cc3aafe2041eb12b91e4f49d784ff6e36083e365d1e6320a34b636bda7')
---
> SKIP)
>
> pkgver() {
> curl -s https://factorio.com/api/latest-releases | jq -r ".stable.headless"
> }
This package tracks the stable release. Factorio has consistently been releasing experimental ahead of stable for significant periods of time since 1.0. Please don't flag this out of date if it's not actually out of date. Current stable is 1.1.70.
1.1.42 just released; this PKGBUILD diff successfully updated the package for me:
7c7
< pkgver=1.1.41
---
> pkgver=1.1.42
33c33
< '824cd413ed056e4a28dbce76f743961d42e5aef87b385e27a9c57f1e924a9a5e')
---
> '42909906a258dcd538148258dcb0ee9e03ca063851d3d8ca03d17126993b41d0')
Pinned Comments
mickael9 commented on 2017-07-28 00:21 (UTC)