summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-05-14 11:39:44 +0200
committerMinze Zwerver2018-05-14 11:39:44 +0200
commitaf6158863ebcf33e591e47bf4d78eba3bc10dc27 (patch)
treece33b907c19e55a90a8331e88ed9ba82df92389b
parent4c82aeeb5eabcde2671b74ef3ede776784340c68 (diff)
downloadaur-af6158863ebcf33e591e47bf4d78eba3bc10dc27.tar.gz
bump to 1.1
Also switched to git checkout instead of release tar.gz
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f0109adcde..0e40a6a6cc29 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.0
- pkgrel = 6
+ pkgver = 1.1
+ pkgrel = 1
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 = gamemode-1.0.tar.gz::https://github.com/FeralInteractive/gamemode/archive/1.0.tar.gz
- sha256sums = bc458e294221e06b63edb286dd3dc1b541014941027198600959b27b11dd6a9d
+ source = gamemode-1.1::git+https://github.com/FeralInteractive/gamemode.git#tag=1.1
+ sha256sums = SKIP
pkgname = gamemode
diff --git a/PKGBUILD b/PKGBUILD
index 35210c0c80ac..686abaa2ab53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
-pkgver=1.0
-pkgrel=6
+pkgver=1.1
+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,8 +10,10 @@ optdepends=('systemd')
depends=('polkit')
makedepends=('meson' 'ninja' 'pkg-config' 'git')
provides=('gamemode')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FeralInteractive/gamemode/archive/$pkgver.tar.gz")
-sha256sums=('bc458e294221e06b63edb286dd3dc1b541014941027198600959b27b11dd6a9d')
+source=("$pkgname-$pkgver::git+https://github.com/FeralInteractive/gamemode.git#tag=$pkgver")
+#source=("$pkgname-$pkgver.tar.gz::https://github.com/FeralInteractive/gamemode/archive/$pkgver.tar.gz")
+#sha256sums=('1758c764f672c5ad13283521586dcdab82e049f0d40f16631c34eb794cb1c349')
+sha256sums=('SKIP')
build() {
arch-meson gamemode-$pkgver build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user