Package Details: php-box 4.6.2-1

Git Clone URL: https://aur.archlinux.org/php-box.git (read-only, click to copy)
Package Base: php-box
Description: An application for building and managing Phars
Upstream URL: https://github.com/box-project/box
Licenses: MIT
Conflicts: php-box
Provides: box
Submitter: jojosch
Maintainer: sanduhrs
Last Packager: sanduhrs
Votes: 38
Popularity: 0.99
First Submitted: 2013-07-29 14:12 (UTC)
Last Updated: 2024-05-08 08:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

prolific commented on 2016-12-07 11:39 (UTC)

@jojosch thanks a lot....by manually verifying i found out that my trust db was corrupted so i recreated it and then php-box got installed successfully...thanks again

jojosch commented on 2016-12-07 08:56 (UTC)

@prolific yaourt should create the build directory (default /tmp/yaourt-tmp-$USER/aur-php-box) with all the package contents. From there you can run the gpg --verify command. (if there is no folder under /tmp check the TMPDIR variable in /etc/yaourtrc)

prolific commented on 2016-12-07 06:31 (UTC)

@jojosch I am using yaourt to install php-box...so it is automatically building and verifying php-box...should i try to install it manually? or is there any way to do so through yaourt?

jojosch commented on 2016-12-06 11:21 (UTC)

@prolific i tried to build the package in a fresh vm but i cannot reproduce the problem. https://gist.github.com/jojosch/0df3c56434207d8fc8328407adfc6017 Can the signature of the .phar be validated manually (gpg --verify box-2.7.4.phar.sig)?

prolific commented on 2016-12-05 18:05 (UTC)

I have tried adding pgp key (gpg --keyserver hkp://pgp.mit.edu --recv-keys 41515FE8) but still the same error is coming: One or more PGP signatures could not be verified! Any idea what to do?

funilrys commented on 2016-08-09 13:38 (UTC)

@jojosch to fix the PGP key problem I did : gpg --keyserver hkp://pgp.mit.edu --recv-keys 41515FE8 as said in the official repository : https://github.com/box-project/box2

rbaprado commented on 2016-03-25 13:09 (UTC)

@jojosch That did the job. Thanks!

jojosch commented on 2016-03-24 18:15 (UTC)

@rbaprado can you try importing the PGP Key 293D771241515FE8 into your users gpg keyring (gpg --recv-keys 293D771241515FE8) and try building again?

rbaprado commented on 2016-03-24 17:55 (UTC)

Could not verify PGP key 293D771241515FE8.

jamesan commented on 2016-02-09 23:29 (UTC)

The current PKGBUILD standard requires the license variable to be an array, even if there's only one license. The current PKGBUILD assigns a string to license, which generates an error when makepkg is run. Namely, replace: license="MIT" with license=("MIT")