summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRasmus Karlsson2023-03-03 00:50:42 +0100
committerRasmus Karlsson2023-03-03 00:50:42 +0100
commit83716bdd79a6c06624df57dc9c03f839359adc9e (patch)
treee7d9be7fa2269e0a89001fab14b5036e0588b271 /PKGBUILD
parentb02bbd69fe5151aaa3bb7b9dd7de4acf57c98370 (diff)
downloadaur-83716bdd79a6c06624df57dc9c03f839359adc9e.tar.gz
Use cmake --build instead of make
This allows for using non-makefile generators Thanks Billy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 058c3c2556a3..c6f4853c99a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ckat <ckat@teknik.io>
pkgname=chatterino2-git
_pkgname=chatterino2
-pkgver=v2.4.1.r5.g7e005ba66
+pkgver=v2.4.1.r10.g3c73801d2
pkgrel=1
pkgdesc='Second installment of the Twitch chat client series "Chatterino", dev/git version'
arch=('any')
@@ -71,7 +71,7 @@ build() {
-DUSE_SYSTEM_QTKEYCHAIN=ON \
-DUSE_PRECOMPILED_HEADERS=OFF \
..
- make
+ cmake --build .
}
package() {