summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-04-10 12:42:37 +0200
committerMinze Zwerver2018-04-10 12:42:37 +0200
commitf710a63979c038071d48f2cefd63a0632775f920 (patch)
tree7dd50769028f2fed103131f7dc4262cf3b717d23
parentbc6d3d0558394770f475e1ddd29dc604b8026bf4 (diff)
downloadaur-f710a63979c038071d48f2cefd63a0632775f920.tar.gz
.SRCINFO update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f20184ea669b..a0d7168a85e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gamemode
pkgdesc = GameMode is 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 = 1
+ pkgrel = 2
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
- license = MIT
+ license = BSD 3-Clause License (Revised)
makedepends = meson
makedepends = ninja
makedepends = pkg-config
diff --git a/PKGBUILD b/PKGBUILD
index 90430f25fe7e..d8ce4554e082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="GameMode is 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"