summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2019-04-19 23:22:44 +0200
committerMinze Zwerver2019-04-19 23:22:44 +0200
commitf131801c35190a22cea8e845cd86746b9140185d (patch)
tree48fb04a4dbbf19e8be3b1ffdfa5e02e630b8a8bb
parentb6c2fd17281a1e462d1152ba2f260cd9b2fbc975 (diff)
downloadaur-f131801c35190a22cea8e845cd86746b9140185d.tar.gz
version bump 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750e64fece60..0daf5cf158ce 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.3
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 3
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
@@ -10,8 +10,8 @@ pkgbase = gamemode
makedepends = pkg-config
depends = polkit
optdepends = systemd
- source = https://github.com/FeralInteractive/gamemode/releases/download/1.3/gamemode-1.3.tar.xz
- sha256sums = a2918d46b29b989af1292899e4c7f6fe3a042c6d33b360b49614588e444bd715
+ source = https://github.com/FeralInteractive/gamemode/releases/download/1.3.1/gamemode-1.3.1.tar.xz
+ sha256sums = fa0797ab61c255206ec90eec7d404b760ac92c932b6550296ced8686c532e67e
pkgname = gamemode
diff --git a/PKGBUILD b/PKGBUILD
index eb4736904c41..751a9fda3042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.1
+pkgrel=3
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 @@ optdepends=('systemd')
depends=('polkit')
makedepends=('meson' 'ninja' 'pkg-config')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('a2918d46b29b989af1292899e4c7f6fe3a042c6d33b360b49614588e444bd715')
+sha256sums=('fa0797ab61c255206ec90eec7d404b760ac92c932b6550296ced8686c532e67e')
build() {
meson gamemode-$pkgver build --prefix /usr -Dwith-pam-group=gamemode -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user