summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreggz2021-05-18 11:40:29 +0200
committereggz2021-05-18 11:40:29 +0200
commita84647c26868b5b8bc6ac060d12f6187ec30ec86 (patch)
treeabb0e945056d8a5e93acfba8a758ccd75e2a9b8c /PKGBUILD
parent67039f545bef2780d016c9df5389dab3c688ffe6 (diff)
downloadaur-a84647c26868b5b8bc6ac060d12f6187ec30ec86.tar.gz
Forced correct gcc version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a01770fb6be8..59b8cbac1def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'lzop')
+makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'libelf' 'lzop' 'gcc>=9.1')
options=('!strip')
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#tag=$gitver"