summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-08-10 10:25:16 +0100
committerGrey Christoforo2018-08-10 10:25:16 +0100
commit757cf4e67f733ce31db9cb850f1132f0015cb5cf (patch)
tree1fb423542b9dd640541be9d250e20ab54cc985df
parent42a4ea4a42a086aff42390f2e45bb5de8ee469c7 (diff)
downloadaur-757cf4e67f733ce31db9cb850f1132f0015cb5cf.tar.gz
remove upx
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a480269308bf..f0907f05d6dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bus-pirate
pkgver=2.3.8
-pkgrel=3
+pkgrel=4
pkgdesc="Software and firmware for an open source hacker multi-tool that talks to electronic stuff"
url="http://dangerousprototypes.com/docs/Bus_Pirate"
arch=('any')
@@ -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')