Search Criteria
Package Details: balz 1.20-2
Git Clone URL: | https://aur.archlinux.org/balz.git (read-only, click to copy) |
---|---|
Package Base: | balz |
Description: | Command-line file compressor with a high compression ratio and fast decompression |
Upstream URL: | http://balz.sourceforge.net |
Licenses: | |
Submitter: | uncle |
Maintainer: | haawda |
Last Packager: | eschwartz |
Votes: | 40 |
Popularity: | 0.001940 |
First Submitted: | 2015-08-11 04:51 |
Last Updated: | 2018-07-08 05:56 |
Latest Comments
JonnyJD commented on 2018-07-08 11:21
see https://lists.archlinux.org/pipermail/aur-general/2018-July/034151.html and check if you used a similar PKGBUILD
uncle commented on 2016-02-14 17:42
Fixed, thanks for the feedback.
lectrode commented on 2016-02-12 01:41
This fails to build with Pacman 5:
==> ERROR: license should be an array
The following change allows it to build:
-license='custom: Public Domain'
+license=('custom: Public Domain')