summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f147ae5ad54..058c3c2556a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ckat <ckat@teknik.io>
pkgname=chatterino2-git
_pkgname=chatterino2
-pkgver=v2.4.0.r112.g2629e3baa
+pkgver=v2.4.1.r5.g7e005ba66
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", dev/git version'
arch=('any')
@@ -71,13 +71,6 @@ build() {
-DUSE_SYSTEM_QTKEYCHAIN=ON \
-DUSE_PRECOMPILED_HEADERS=OFF \
..
- if [ -z "$CCACHE_SLOPPINESS" ]; then
- # We need to set the ccache sloppiness for the chatterino build to use it properly
- # This is due to our use of precompiled headers
- # See https://ccache.dev/manual/3.3.5.html#_precompiled_headers
- CCACHE_SLOPPINESS="pch_defines,time_macros"
- export CCACHE_SLOPPINESS
- fi
make
}