Search Criteria
Package Details: onehouronelife-bin 58-5
Package Actions
| 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: | None |
| Last Packager: | bobpaul |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-03-01 04:49 (UTC) |
| Last Updated: | 2018-03-13 03:37 (UTC) |
Dependencies (2)
- lib32-sdlAUR (lib32-sdl-openglhqAUR, lib32-sdl-nokbgrabAUR, lib32-sdl-openglhq-nokbgrabAUR, lib32-sdl-gitAUR, lib32-sdl12-compat-gitAUR, lib32-sdl12-compat)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR)
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