Search Criteria
Package Details: cfunge 1:1,001-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cfunge.git (read-only, click to copy) | 
|---|---|
| Package Base: | cfunge | 
| Description: | Fast, small and standard conforming Befunge98 interpreter | 
| Upstream URL: | https://github.com/VorpalBlade/cfunge | 
| Keywords: | befunge, interpreter | 
| Licenses: | GPL3 | 
| Submitter: | xyproto | 
| Maintainer: | VorpalWay | 
| Last Packager: | VorpalWay | 
| Votes: | 0 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2016-08-16 15:02 (UTC) | 
| Last Updated: | 2023-04-24 19:38 (UTC) | 
Dependencies (4)
- libbsd (libbsd-gitAUR)
 - cmake (cmake3AUR, cmake-gitAUR) (make)
 - git (git-gitAUR, git-glAUR) (make)
 - ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
 
Latest Comments
VorpalWay commented on 2023-04-25 21:18 (UTC)
@derieck Upstream uses comma in the version, as well as decimal versioning (1,15 is between 1,1 and 1,2). I need to work out how that should work with AUR.
dreieck commented on 2023-04-25 11:59 (UTC)
There is a comma (
,) in the$pkgver. Please make sure that it is a dot (.).I don't know how version ordering with
,is, if you change it to.and the new version is regarded as smaller than the old one, increment$epoch.Thanks for maintaining!,
regards.