Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: projectascension-git r39abb56.157-1
Git Clone URL: | https://aur-dev.archlinux.org/projectascension-git.git (read-only) |
---|---|
Package Base: | projectascension-git |
Description: | Community-driven open source gaming client |
Upstream URL: | http://www.projectascension.io |
Keywords: | ascension project |
Licenses: | |
Submitter: | elken |
Maintainer: | elken |
Last Packager: | elken |
Votes: | 3 |
Popularity: | 0.001349 |
First Submitted: | 2015-07-16 14:42 |
Last Updated: | 2015-07-22 18:35 |
Latest Comments
JshPrsn commented on 2016-04-10 00:33
@linuxuser437442
I got it to install by editing the PKGBUILD file and under package() replacing "ProjectAscension" with "Client". I'm no programmer so I don't know what a proper fix would be, but it's a workaround
linuxuser437442 commented on 2016-03-24 15:29
Getting this error:
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'ProjectAscension': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Holzhaus commented on 2015-07-22 23:01
Thanks for fixing, works great now.
Holzhaus commented on 2015-07-22 18:16
I'm getting:
> error: failed to commit transaction (conflicting files)
> projectascension-git: /usr/bin exists in filesystem
> Errors occurred, no packages were upgraded.
Heres a patch:
28c28
< install -Dm755 ProjectAscension ${pkgdir}/usr/bin
---
> install -Dm755 ProjectAscension "${pkgdir}/usr/bin/ProjectAscension"
Also, why is pkgver commented out?