Date: Tuesday, August 9, 2022 @ 17:46:37
  Author: alucryd
Revision: 1264281

upgpkg: gamemode 1.7-1

Modified:
  gamemode/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-09 17:46:33 UTC (rev 1264280)
+++ PKGBUILD    2022-08-09 17:46:37 UTC (rev 1264281)
@@ -3,8 +3,8 @@
 # Contributor: Mark Wagie <[email protected]>
 
 pkgname=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
@@ -25,17 +25,17 @@
   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 CFLAGS+=' -Wno-implicit-function-declaration'
   arch-meson gamemode build \
     --libexecdir /usr/lib/gamemode \
     -Dwith-examples=false \

Reply via email to