summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feaaf9ad51d5..9e80becfcef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bus-pirate
pkgdesc = Software and firmware for an open source hacker multi-tool that talks to electronic stuff
pkgver = 2.3.8
- pkgrel = 4
+ pkgrel = 5
url = http://dangerousprototypes.com/docs/Bus_Pirate
install = bus-pirate.install
arch = any
license = CC-0
license = GPL
- depends = pyqt5-common
+ depends = qt5-base
depends = python2
options = !strip
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index f0907f05d6dd..f8e94ff2dcff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bus-pirate
pkgver=2.3.8
-pkgrel=4
+pkgrel=5
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=('pyqt5-common' 'python2')
+depends=('qt5-base' 'python2')
install=$pkgname.install
source=("https://github.com/greyltc/Bus_Pirate/archive/v${pkgver}.tar.gz" "25_busBirate.rules")