summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorysblokje2020-09-11 21:29:01 +0200
committerysblokje2020-09-11 21:29:01 +0200
commit05cab824100cc715cf72565fc73f1d52868b8fea (patch)
tree35c10a0d05e7ed9ec1339e53f3e06c365a7b89b2
parent81199fb5341425ee62a07f99fd5bc66282381ad6 (diff)
downloadaur-05cab824100cc715cf72565fc73f1d52868b8fea.tar.gz
update to 1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a316cdddc798..9102fbf36974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-gamemode
pkgdesc = A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS
- pkgver = 1.5.1
- pkgrel = 2
+ pkgver = 1.6
+ pkgrel = 1
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
@@ -12,8 +12,8 @@ pkgbase = lib32-gamemode
depends = gamemode
depends = lib32-glibc
depends = lib32-dbus
- source = https://github.com/FeralInteractive/gamemode/releases/download/1.5.1/gamemode-1.5.1.tar.xz
- sha256sums = 3a5ea5aafe1b7ec69ac2c054198e9aa6b6fd4dd8ee7a8bcfb71d0b0a40313101
+ source = https://github.com/FeralInteractive/gamemode/releases/download/1.6/gamemode-1.6.tar.xz
+ sha256sums = 4fec5a0900e8f559b37cf1711ca7dcea7e1cebfe1237ce314001f65c1e346a5d
pkgname = lib32-gamemode
diff --git a/PKGBUILD b/PKGBUILD
index 0ebcd39b9a51..86abc0e3b434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('lib32-gamemode')
_pkgname=('gamemode')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6
+pkgrel=1
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"
@@ -10,7 +10,7 @@ license=('BSD 3-Clause License (Revised)')
depends=('gamemode' 'lib32-glibc' 'lib32-dbus')
makedepends=('meson' 'ninja' 'pkg-config' 'lib32-systemd')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
-sha256sums=('3a5ea5aafe1b7ec69ac2c054198e9aa6b6fd4dd8ee7a8bcfb71d0b0a40313101')
+sha256sums=('4fec5a0900e8f559b37cf1711ca7dcea7e1cebfe1237ce314001f65c1e346a5d')
build() {
export CFLAGS=-m32