Date: Tuesday, August 9, 2022 @ 17:47:22 Author: alucryd Revision: 1264288
upgpkg: lib32-gamemode 1.7-1 Modified: lib32-gamemode/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-09 17:47:19 UTC (rev 1264287) +++ PKGBUILD 2022-08-09 17:47:22 UTC (rev 1264288) @@ -3,8 +3,8 @@ # Contributor: Mark Wagie <[email protected]> pkgname=lib32-gamemode -pkgver=1.6.1 -pkgrel=2 +pkgver=1.7 +pkgrel=1 pkgdesc='A daemon/lib combo 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 @@ -23,20 +23,19 @@ libgamemode.so libgamemodeauto.so ) -_tag=b11d2912e280acb87d9ad114d6c7cd8846c4ef02 +_tag=4dc99dff76218718763a6b07fc1900fa6d1dafd9 source=(git+https://github.com/FeralInteractive/gamemode.git#tag=${_tag}) b2sums=(SKIP) pkgver() { cd gamemode - git describe --tags } build() { export CC='gcc -m32' + export CFLAGS+=' -Wno-implicit-function-declaration' export PKG_CONFIG_PATH=/usr/lib32/pkgconfig - arch-meson gamemode build \ --libdir /usr/lib32 \ -Dwith-examples=false \
