summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorysblokje2020-01-22 16:21:11 +0100
committerysblokje2020-01-22 16:21:11 +0100
commit5d588fb8e973bed6dc1486df7132b31dea7a4491 (patch)
tree7c58f735ab1f2bae1aed83d14c4276f69c52d4d4
parent6eb7c8f32924383be1fcb7cbc248653e19d6ed84 (diff)
downloadaur-5d588fb8e973bed6dc1486df7132b31dea7a4491.tar.gz
update to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a1013025cc..d96aa343067d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = gamemode
makedepends = pkg-config
depends = polkit
optdepends = systemd
- source = https://github.com/FeralInteractive/gamemode/releases/download/1.4/gamemode-1.4.tar.xz
- sha256sums = e83f07dc91bbd27d1faadd69f7fda899810001e2a256be8061e36dee0e858f4a
+ source = https://github.com/FeralInteractive/gamemode/releases/download/1.5/gamemode-1.5.tar.xz
+ sha256sums = 262389e0a625670c5f53f89d0c30a28cd5f9569a8e6b012dccf78b7fdcb98408
pkgname = gamemode
diff --git a/PKGBUILD b/PKGBUILD
index 79f01b3e0581..861dcbbbcef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
-pkgver=1.4
+pkgver=1.5
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')
@@ -10,7 +10,7 @@ optdepends=('systemd')
depends=('polkit')
makedepends=('meson' 'ninja' 'pkg-config')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('e83f07dc91bbd27d1faadd69f7fda899810001e2a256be8061e36dee0e858f4a')
+sha256sums=('262389e0a625670c5f53f89d0c30a28cd5f9569a8e6b012dccf78b7fdcb98408')
build() {
meson gamemode-$pkgver build --prefix /usr -Dwith-pam-group=gamemode -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user