summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormarazmista2019-02-11 21:44:46 +0100
committermarazmista2019-02-11 21:44:46 +0100
commita72adb30100336fae56d2e707b5e2b5a55d71a88 (patch)
treeffc7b9b8f904809e825bfad656014d876d68c3f7 /PKGBUILD
parent0040d35b8702cb81257b0ea3df5ed79cb0da27ec (diff)
downloadaur-a72adb30100336fae56d2e707b5e2b5a55d71a88.tar.gz
update qmake commmand
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1e12b65b00a..d36d59881d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: marazmista <marazmista@gmail.com>
pkgname=radeon-profile-git
-pkgver=20190127.r9.ged1a23f
+pkgver=20190211.r0.g52f3ee3
pkgrel=1
pkgdesc="App for display info about radeon card"
url="http://github.com/marazmista/radeon-profile"
@@ -30,7 +30,7 @@ build() {
cd "$srcdir/radeon-profile/radeon-profile"
lrelease radeon-profile.pro
-qmake-qt5
+qmake-qt5 QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" CONFIG+=silent
make
}