diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = gamemode-git pkgdesc = A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS. pkgver = r291.46036b3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/FeralInteractive/gamemode.git arch = x86_64 license = BSD 3-Clause License (Revised) @@ -2,7 +2,7 @@ pkgname=('gamemode-git') _pkgname=('gamemode') pkgver=r291.46036b3 -pkgrel=1 +pkgrel=2 pkgdesc="A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS." arch=('x86_64') url="https://github.com/FeralInteractive/gamemode.git" @@ -20,7 +20,7 @@ pkgver() { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build() { - arch-meson ${_pkgname} build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user -Dwith-pam-group=gamemode + meson ${_pkgname} build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user -Dwith-pam-group=gamemode ninja -C build } |