Sorry, I completely missed the new version.
Search Criteria
Package Details: edge-hb 1373004000-2
Package Actions
| 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: | |
| Submitter: | Mindless |
| Maintainer: | Mindless |
| Last Packager: | None |
| Votes: | 13 |
| First Submitted: | 2012-02-01 04:05 |
| Last Updated: | 2013-07-10 13:25 |
Latest Comments
Comment by C5OK5Y
Comment by Mindless
The version that shows up in my bundle is 2013-07-05, which is newer.
Comment by C5OK5Y
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
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
Hey, that's a lot cleaner than my hack-and-slash package. Thanks! :)
Comment by C5OK5Y
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
I was running into segfaults with this, turns out compressing with upx was the problem. Adding !upx to OPTIONS fixed it.
Comment by neuromancer85
The .sh has been updated and has changed name in "EDGE-HIB-5.sh"
Anonymous comment
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
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
I had to add
chmod +x $srcdir/linux-edge-${pkgver}.sh
but good pkg