summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-10-31 18:11:43 +0000
committerGrey Christoforo2016-10-31 18:11:43 +0000
commit42a4ea4a42a086aff42390f2e45bb5de8ee469c7 (patch)
treebd6979862478b4b985a113a488f780eb53eeaa97
parentbb4e34c817c6396d02c6b475be4826b14e0fb215 (diff)
downloadaur-42a4ea4a42a086aff42390f2e45bb5de8ee469c7.tar.gz
use qt5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aabeedbf0ec..000642e9c9a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 18:05:56 UTC 2016
+# Mon Oct 31 18:11:38 UTC 2016
pkgbase = bus-pirate
pkgdesc = Software and firmware for an open source hacker multi-tool that talks to electronic stuff
pkgver = 2.3.8
- pkgrel = 2
+ pkgrel = 3
url = http://dangerousprototypes.com/docs/Bus_Pirate
install = bus-pirate.install
arch = any
license = CC-0
license = GPL
- depends = pyqt4-common
+ depends = pyqt5-common
depends = python2
options = !strip
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index b77601ec3c7b..a480269308bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bus-pirate
pkgver=2.3.8
-pkgrel=2
+pkgrel=3
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')
license=('CC-0' 'GPL')
-depends=('pyqt4-common' 'python2')
+depends=('pyqt5-common' 'python2')
install=$pkgname.install
source=("https://github.com/greyltc/Bus_Pirate/archive/v${pkgver}.tar.gz" "25_busBirate.rules")