Package Details: unball 0.2.99-1

Package Base: unball
Description: The most comprehensive archive identify-and-extract wrapper script in existence
Upstream URL: https://github.com/ssokolow/unball
Category: system
Licenses: GPL2
Submitter: RazZziel
Maintainer: None
Last Packager: TrialnError
Votes: 3
First Submitted: 2009-11-11 07:01
Last Updated: 2015-04-11 10:33

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by mikekuehn

2015-04-11 16:00

Thanks for making the changes :) I'll try harder next time.

Comment by TrialnError

2015-04-11 10:11

Ah, wouldn't say such a thing. Just some help and hints for maintaining packages on AUR. No need to drop it, because someone says there are issues :)

Comment by mikekuehn

2015-04-10 20:37

I probably shouldn't have adopted it - I just made minimal changes to get it to build. Disowning.

Comment by TrialnError

2015-04-10 17:23

Various issues with the PKGBuild

The || return 1 statements should be removed, those aren't needed anymore.
The launchpad homepage states, that the github page is the "homepage".
Latest version on launchpad is 0.2.11.1 and the version number on the git repo is 0.2.99 (sadly no tags). So I suppose (as there is no git package) the dl and homepage should be changed to the github page
Python3 isn't supported, so the dep should be changed to python2 (plus possible adjustments to the shebangs, which should be done in a prepare() function (also the place where the cp/mv command should be placed))