summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2019-03-19 20:27:56 +0100
committerMinze Zwerver2019-03-19 20:27:56 +0100
commitea72cdf6b5e180d7b805e54f243547fb0a57f0da (patch)
tree6510075ed3ee0aa4d9dbda107c8e1e3feed57c32
parentfa6ed68777fc5bcb61f165ca9c2431d3e30a8d2b (diff)
downloadaur-ea72cdf6b5e180d7b805e54f243547fb0a57f0da.tar.gz
a little cleanup after recommendations.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ddf847c0c8..f5f42cc109a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
pkgbase = lib32-gamemode
- pkgdesc = A daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS.
+ 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 = 1
+ pkgrel = 2
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
makedepends = meson
makedepends = ninja
makedepends = pkg-config
- makedepends = git
makedepends = lib32-systemd
depends = gamemode
depends = lib32-glibc
- provides = lib32-gamemode
source = https://github.com/FeralInteractive/gamemode/releases/download/1.3/gamemode-1.3.tar.xz
sha256sums = a2918d46b29b989af1292899e4c7f6fe3a042c6d33b360b49614588e444bd715
diff --git a/PKGBUILD b/PKGBUILD
index de40fc33c43a..677427ab7aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=('lib32-gamemode')
_pkgname=('gamemode')
pkgver=1.3
-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."
+pkgrel=2
+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"
license=('BSD 3-Clause License (Revised)')
depends=('gamemode' 'lib32-glibc')
-makedepends=('meson' 'ninja' 'pkg-config' 'git' 'lib32-systemd')
-provides=('lib32-gamemode')
+makedepends=('meson' 'ninja' 'pkg-config' 'lib32-systemd')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
sha256sums=('a2918d46b29b989af1292899e4c7f6fe3a042c6d33b360b49614588e444bd715')