Search Criteria
Package Details: horseshoes-git 1.0.4.r5.65ef3ec-1
Git Clone URL: | https://aur.archlinux.org/horseshoes-git.git (read-only) |
---|---|
Package Base: | horseshoes-git |
Description: | Audio only game of horseshoes -- master branch. |
Upstream URL: | https://github.com/2mb-solutions/horseshoes |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 (lilmike) |
Last Packager: | lilmike |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-21 23:22 |
Last Updated: | 2016-10-21 05:16 |
Dependencies (7)
- allegro
- speech-dispatcher (speech-dispatcher-git)
- gcc (gcc-multilib-x32, gcc6-gcccompat, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- espeak (espeak-test, espeak-ng-git, espeak-ng-extended-git) (optional) – TTS support
- festival (festival-patched-hts) (optional) – TTS support
- flite (flite-fpic, flite1-patched) (optional) – TTS support
Latest Comments
lilmike commented on 2016-10-15 13:03
Just updated the package to 1.0.1, which fixes some crash bugs on some systems.
stormdragon2976 commented on 2016-09-08 11:18
@Christoph: I always wondered why pkgver was needed in addition to pkgver() the function, but if the variable is removed:
==> ERROR: pkgver is not allowed to be empty.
If there is a way to get around this problem, then I can remove it from not only this package, but other git packages as well.
Thanks
Storm
christoph.gysin commented on 2016-09-08 05:44
Please don't manually override the pkgver variable if you have a pkgver() function defined. This breaks aur helpers that check if there is a new version available (because 0.1-8 is newer than v1.0.r0.f3824aa-1).
Just build the package, and let makepkg update pkgver to the current version string generated by pkgver().
Thanks.