Package Details: bus-pirate 2.3.8-5

Git Clone URL: https://aur.archlinux.org/bus-pirate.git (read-only, click to copy)
Package Base: bus-pirate
Description: Software and firmware for an open source hacker multi-tool that talks to electronic stuff
Upstream URL: http://dangerousprototypes.com/docs/Bus_Pirate
Licenses: GPL, CC-0
Submitter: greyltc
Maintainer: greyltc
Last Packager: greyltc
Votes: 3
Popularity: 0.000000
First Submitted: 2016-03-24 11:00 (UTC)
Last Updated: 2021-03-05 18:20 (UTC)

Latest Comments

JimKnopf commented on 2019-12-14 19:31 (UTC)

This package does not compile anymore after pyqt5-common 5.13.2-3 has been removed from the [extra] repository.

Could you please change PKGBUILD file. line 10 - depends=('pyqt5-common' 'python2') + depends=('qt5-base' 'python2')

This fixed it for me.

greyltc commented on 2018-08-10 09:26 (UTC)

thanks for the note, should be fixed now!

DrRac27 commented on 2018-08-10 08:49 (UTC) (edited on 2018-08-10 08:55 (UTC) by DrRac27)

This package does not compile anymore. It throws following eror:

==> ERROR: options array contains unknown option '!upx'

Could you please remove the deprecated !upx option? This fixed it for me.

diff --git a/PKGBUILD b/PKGBUILD
index a480269..db23fed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('pyqt5-common' 'python2')
 install=$pkgname.install
 source=("https://github.com/greyltc/Bus_Pirate/archive/v${pkgver}.tar.gz" 
"25_busBirate.rules")

-options=(!strip docs libtool emptydirs !zipman staticlibs !upx)
+options=(!strip docs libtool emptydirs !zipman staticlibs)
 md5sums=('1505bf7377d52a4e459ba3a7373e4fb0'
          'd939da558d713e498afc4343bc75ba47')