summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalstrond2019-06-01 14:14:29 +0200
committerMalstrond2019-06-01 14:14:29 +0200
commita50e7186beb281666ccd456fce2b78d6f8ed3751 (patch)
tree8db5a1d54142c77221d621d9adf2336032319064
parent9aff792b649bb9ba9b812a4755acd5412ea201bb (diff)
downloadaur-a50e7186beb281666ccd456fce2b78d6f8ed3751.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee159e238a92..de3806e5bdc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = activtools
license = unknown
depends = nss
depends = openssl-1.0
- depends = qt5-xcb-private-headers
+ depends = qt5-base
depends = icu60
optdepends = activinspire: Prometheans presentation software
optdepends = activdriver: Driver for Promethean hardware
diff --git a/PKGBUILD b/PKGBUILD
index cd02c23ceba1..a647dfe8e3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Tools for Promethean hardware: activmanager, activcalibrate, activremot
arch=('x86_64')
url="https://support.prometheanworld.com/product/activdriver"
license=('unknown')
-depends=('nss' 'openssl-1.0' 'qt5-xcb-private-headers' 'icu60')
+depends=('nss' 'openssl-1.0' 'qt5-base' 'icu60')
optdepends=('activinspire: Prometheans presentation software'
'activdriver: Driver for Promethean hardware')
source_x86_64=(http://activsoftware.co.uk/linux/repos/driver/ubuntu/pool/non-oss/a/activtools/activtools_$pkgver-0~Ubuntu~1804_amd64.deb)