summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Karlsson2023-02-21 12:45:03 +0100
committerRasmus Karlsson2023-02-21 13:15:36 +0100
commitb02bbd69fe5151aaa3bb7b9dd7de4acf57c98370 (patch)
tree8b48b4fac6c5b2aadb523dde35b9054d45a833c7
parent0d1b0fc4347f56b00482af464652662a0b593346 (diff)
downloadaur-b02bbd69fe5151aaa3bb7b9dd7de4acf57c98370.tar.gz
Disable our explicit CCACHE_SLOPPINESS setting since precompiled headers are now disabled
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93be8f952bb8..436263438e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chatterino2-git
pkgdesc = Second installment of the Twitch chat client series "Chatterino", dev/git version
- pkgver = v2.4.0.r112.g2629e3baa
+ pkgver = v2.4.1.r5.g7e005ba66
pkgrel = 1
url = https://chatterino.com
install = chatterino2-git.install
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
}