summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDiab Neiroukh2020-04-27 18:25:35 +0100
committerDiab Neiroukh2020-04-27 18:25:35 +0100
commit34620fc3052a4d16b1bd376e0d12ed42251a183b (patch)
treec3436f4d38d1e1f411aea6894dad18db75c961ce /PKGBUILD
parent2b92b48864f9d51cc427811b83082b2efcb7d8f8 (diff)
downloadaur-34620fc3052a4d16b1bd376e0d12ed42251a183b.tar.gz
🐛 FIX: Remove checkout as we now download a ZIP of the source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8017e0ebdf1f..55aff1a3cc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=(
"linux-zest-git-headers"
)
pkgver=5.6
-pkgrel=3
+pkgrel=4
arch=(
"i686"
"x86_64"
@@ -45,9 +45,7 @@ prepare()
export PATH="/opt/proton-clang/bin:$PATH"
cd "linux-fivesix" || exit
-
- git checkout "fivesix"
-
+
echo "Setting config..."
make CC=clang LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy HOSTCC=clang HOSTLD=ld.lld zestop_defconfig