Package Details: edge-hb 1373004000-2

Package Base: edge-hb
Description: A casual puzzle-platformer that challenges you to roll your cube through over 100 levels. [Humble Bundle]
Upstream URL: http://twotribes.com/message/edge/
Category: games
Licenses: custom
Submitter: Mindless
Maintainer: Mindless
Last Packager: None
Votes: 13
First Submitted: 2012-02-01 04:05
Last Updated: 2013-07-10 13:25

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by C5OK5Y

2013-07-11 19:12

Sorry, I completely missed the new version.

Comment by Mindless

2013-07-11 13:28

The version that shows up in my bundle is 2013-07-05, which is newer.

Comment by C5OK5Y

2013-07-11 11:19

In the PKGBUILD I provided you missed these changes:
pkgver=1372878397
_pkgver=2013-07-03
source=(hib://EDGE_"$_pkgver"_Linux_$pkgver.sh)
md5sums=('0e4bd88ffbd6ea7024979a4f4652dfc2')

Comment by C5OK5Y

2013-07-10 10:29

I actually missed one thing in the new PKGBUILD, the third line from the bottom should be:

rm opt/EDGE/lib$([ $CARCH = x86_64 ] && echo 64 || echo 32)/libopenal.so.1 # use system library

That should correctly remove the file on i686 installations.

Comment by Mindless

2013-07-06 04:05

Hey, that's a lot cleaner than my hack-and-slash package. Thanks! :)

Comment by C5OK5Y

2013-07-05 13:49

Here[1] is a PKGBUILD for the new version. This PKGBUILD makes proper use of the EDGE installer.

[1] https://gist.github.com/C5OK5Y/5934626

Comment by vmll

2012-08-04 20:03

I was running into segfaults with this, turns out compressing with upx was the problem. Adding !upx to OPTIONS fixed it.

Comment by neuromancer85

2012-02-09 16:43

The .sh has been updated and has changed name in "EDGE-HIB-5.sh"

Anonymous comment

2012-02-02 05:29

Does anyone know if this need pulse audio? Anyway I try to launch it, it fails, but sometimes it gives me this error "AL lib: pulseaudio.c:485: Context did not connect: Connection refused" while other ways it just seg faults

Comment by Mindless

2012-02-01 12:57

Thanks! I have fixed the +x issue but not incremented the pkgrel since it's no cause for anyone to rebuild the package.

Comment by bwrsandman

2012-02-01 06:40

I had to add
chmod +x $srcdir/linux-edge-${pkgver}.sh
but good pkg