summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2019-03-19 20:26:43 +0100
committerMinze Zwerver2019-03-19 20:26:43 +0100
commitb6c2fd17281a1e462d1152ba2f260cd9b2fbc975 (patch)
treecc56cdc2ec9b7659754b22c421989ffc11f81d44
parenta4dbac1176cd8ac6cf57d9023353b20572e7d033 (diff)
downloadaur-b6c2fd17281a1e462d1152ba2f260cd9b2fbc975.tar.gz
clean PKGBUILD up a bit after some recommendations
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad224e4333e4..750e64fece60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
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.
+ 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
depends = polkit
optdepends = systemd
- provides = 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 e7a5acd82540..eb4736904c41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
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)')
optdepends=('systemd')
depends=('polkit')
-makedepends=('meson' 'ninja' 'pkg-config' 'git')
-provides=('gamemode')
+makedepends=('meson' 'ninja' 'pkg-config')
source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('a2918d46b29b989af1292899e4c7f6fe3a042c6d33b360b49614588e444bd715')