summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-07-21 13:49:29 +0200
committerMinze Zwerver2018-07-21 13:49:29 +0200
commit400e8d3d12e2cc219a5a970bc945ec5dd7bba90c (patch)
tree9447cb404a629c819bc0f640666fc35b4594ec4b
parentfa1aaa99f80dc4a60321f6bb08a4a93ab2588240 (diff)
downloadaur-400e8d3d12e2cc219a5a970bc945ec5dd7bba90c.tar.gz
update to 1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a89e33230a4..0fee7bd87da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 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.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 0
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
@@ -12,8 +12,8 @@ pkgbase = gamemode
depends = polkit
optdepends = systemd
provides = gamemode
- source = https://github.com/FeralInteractive/gamemode/releases/download/1.1/gamemode-1.1.tar.xz
- sha256sums = 466a8a0798e1abf09aa3b3b08f139f19c7d950361a99ae0cfad031828d9fd211
+ source = https://github.com/FeralInteractive/gamemode/releases/download/1.2/gamemode-1.2.tar.xz
+ sha256sums = a7b8d63ffdcbea0dc8b557fda42a9471fa9ab0961a5450d2a15cccca0aaf6a95
pkgname = gamemode
diff --git a/PKGBUILD b/PKGBUILD
index f7dd02f861f4..8f8b417b7c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=0
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"
@@ -11,7 +11,7 @@ depends=('polkit')
makedepends=('meson' 'ninja' 'pkg-config' 'git')
provides=('gamemode')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('466a8a0798e1abf09aa3b3b08f139f19c7d950361a99ae0cfad031828d9fd211')
+sha256sums=('a7b8d63ffdcbea0dc8b557fda42a9471fa9ab0961a5450d2a15cccca0aaf6a95')
build() {
arch-meson gamemode-$pkgver build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user