summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarazmista2015-10-17 21:58:17 +0200
committermarazmista2015-10-17 21:58:17 +0200
commitd317cce607813a91e4c280edd5950b14b339cd18 (patch)
treefbec92f7495757e9c8f8bd820ac38c03695d1c75
parent28ce91b07642b03c65a20958840456184669aa5d (diff)
downloadaur-d317cce607813a91e4c280edd5950b14b339cd18.tar.gz
build using Qt5
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d748a0863d48..a38273ab7b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="System daemon for radeon-profile"
url="http://github.com/marazmista/radeon-profile-daemon"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('qt4' 'xf86-video-ati' 'radeon-profile')
+depends=('qt5-base' 'xf86-video-ati' 'radeon-profile')
provides=('radeon-profile-daemon')
replaces=('radeon-profile-daemon')
source=('git://github.com/marazmista/radeon-profile-daemon.git')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
build() {
mkdir -p build
cd build
-qmake-qt4 "../radeon-profile-daemon/radeon-profile-daemon/"
+qmake-qt5 "../radeon-profile-daemon/radeon-profile-daemon/"
make
}