summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorderfenix2019-07-17 14:47:30 +0300
committerderfenix2019-07-17 14:47:30 +0300
commitc6c2c5a02d644fabd93fb92de0b7f4119dd6c1cb (patch)
treedef198db6240fab6c34e4ff4591dcccd0891bab4 /PKGBUILD
parentf9b815c9f3c26556b3120bfad4665c66073caeb3 (diff)
downloadaur-c6c2c5a02d644fabd93fb92de0b7f4119dd6c1cb.tar.gz
update gcc version dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f151e2e2a89..e772eecebd9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=corectrl
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Core control application"
url="https://gitlab.com/corectrl/corectrl"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('procps-ng' 'hwids')
-makedepends=('cmake>=3.3' 'botan>=2.2.0' 'qt5-base>=5.9' 'qt5-tools' 'kauth' 'karchive' 'gcc>=7.2' 'extra-cmake-modules' 'qt5-charts' 'qt5-quickcontrols' 'qca')
+makedepends=('cmake>=3.3' 'botan>=2.2.0' 'qt5-base>=5.9' 'qt5-tools' 'kauth' 'karchive' 'gcc>=8' 'extra-cmake-modules' 'qt5-charts' 'qt5-quickcontrols' 'qca')
optdepends=(
'vulkan-tools: For vulkaninfo'
'mesa-demos: For glxinfo',