summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-04-16 15:51:15 +0200
committerMinze Zwerver2018-04-16 15:51:15 +0200
commit4c82aeeb5eabcde2671b74ef3ede776784340c68 (patch)
tree099c7ffe46112e47d506ad61423f1b4e2d73a76e
parent4a1c058a2b41ed3913d01e15224c2cef8d252cf1 (diff)
downloadaur-4c82aeeb5eabcde2671b74ef3ede776784340c68.tar.gz
removed / corrected the last commit..
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb545c819b4..10f0109adcde 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 = 5
+ pkgrel = 6
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
diff --git a/PKGBUILD b/PKGBUILD
index 7ac8d29ff545..35210c0c80ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
pkgver=1.0
-pkgrel=5
+pkgrel=6
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"
@@ -14,14 +14,12 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/FeralInteractive/gamemode/a
sha256sums=('bc458e294221e06b63edb286dd3dc1b541014941027198600959b27b11dd6a9d')
build() {
- arch-meson gamemode-$pkgver build -Dwith-systemd-user-unit-dir=/etc/systemd/user
+ arch-meson gamemode-$pkgver build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user
ninja -C build
}
package() {
DESTDIR=$pkgdir ninja -C build install
- mv ${pkgdir}/etc/systemd ${pkgdir}/usr/lib/systemd
- rm -rf ${pkgdir}/etc
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" ${pkgname}-${pkgver}/LICENSE.txt
}