summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2016-02-24 17:22:44 +0100
committerChristoph Haag2016-02-24 17:22:44 +0100
commit43eb4a35856b711ccded7ffa26a166186dc94b8d (patch)
treeb90237311ea07432839bf0456c50e2222c18d384 /PKGBUILD
parent7ab71327082067fa09c2c97613d45079c995a863 (diff)
downloadaur-qtperf-git.tar.gz
qt5 depend, not qt4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 868047ae7817..8452db02d939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A tool to test Qt graphics performance"
arch=('i686' 'x86_64')
url="https://github.com/shuttie/qtperf"
license=('custom')
-depends=('qt4')
+depends=('qt5-base')
source=("git+https://github.com/ChristophHaag/qtperf.git")
md5sums=('SKIP')