Package Details: onehouronelife-bin 58-5

Git Clone URL: https://aur.archlinux.org/onehouronelife-bin.git (read-only, click to copy)
Package Base: onehouronelife-bin
Description: Binary package for One Hour One Life game by Jason Rohrer
Upstream URL: http://onehouronelife.com
Keywords: games mmo survival
Licenses: custom:public domain
Conflicts: onehouronelife-latest
Submitter: bobpaul
Maintainer: Mr.Smith1974
Last Packager: bobpaul
Votes: 1
Popularity: 0.001854
First Submitted: 2018-03-01 04:49 (UTC)
Last Updated: 2018-03-13 03:37 (UTC)

Latest Comments

bobpaul commented on 2018-03-13 03:42 (UTC)

Good call, thanks!

red15 commented on 2018-03-12 16:00 (UTC) (edited on 2018-03-12 16:01 (UTC) by red15)

You should change the fixed download server to a random one:

*** PKGBUILD.old    2018-03-12 16:59:44.277291755 +0100
--- PKGBUILD    2018-03-12 16:59:08.590566212 +0100
***************
*** 27,33 ****
  changelog=
  _folder=OneLife_v${pkgver}
  _tarname=${_folder}_Linux
! source=(http://download5.onehouronelife.com/downloads/$_tarname.tar.gz)
  #source=(git+https://github.com/jasonrohrer/OneLifeData7.git
  #        git+https://github.com/jasonrohrer/minorGems.git
  #        git+https://github.com/jasonrohrer/OneLife.git
--- 27,33 ----
  changelog=
  _folder=OneLife_v${pkgver}
  _tarname=${_folder}_Linux
! source=(http://download$(( (RANDOM % 8) + 1)).onehouronelife.com/downloads/$_tarname.tar.gz)
  #source=(git+https://github.com/jasonrohrer/OneLifeData7.git
  #        git+https://github.com/jasonrohrer/minorGems.git
  #        git+https://github.com/jasonrohrer/OneLife.git