Search Criteria
Package Details: eontimer-git r55.d53e42a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/eontimer-git.git (read-only, click to copy) |
---|---|
Package Base: | eontimer-git |
Description: | A Pokemon RNG timer |
Upstream URL: | https://github.com/dylmeadows/EonTimer |
Licenses: | MIT |
Conflicts: | eontimer |
Provides: | eontimer |
Submitter: | phijor |
Maintainer: | phijor |
Last Packager: | phijor |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-20 20:44 (UTC) |
Last Updated: | 2020-06-20 21:06 (UTC) |
Dependencies (5)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sfml (sfml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-qtsassAUR (make)
Latest Comments
hosua commented on 2023-11-29 17:13 (UTC) (edited on 2023-11-29 17:13 (UTC) by hosua)
Compiling this package currently gives you the error:
The fix is quite simple, you just need to
#include <thread>
inTimerService.h
.I'm not flagging this out of date since this fix has not been merged yet, just leaving an FYI.
Link to the PR