summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-09-18 10:01:09 -0600
committerMark Wagie2020-09-18 10:01:09 -0600
commit4368a608842e8817ff8f34cbc337ebcd2bb32099 (patch)
treeeba3c9f9ad21aebeac7ae6e0c9d6933a8430e630 /PKGBUILD
parentcb9cfaff4f98ec3cba2b39bc6a9e56e028af9f88 (diff)
downloadaur-4368a608842e8817ff8f34cbc337ebcd2bb32099.tar.gz
fix checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d715faa2b58..344b06aed0c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgrel=1
pkgdesc="A daemon/lib combo 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"
-license=('BSD 3-Clause License (Revised)')
+license=('BSD')
depends=('polkit')
makedepends=('meson')
checkdepends=('appstream')
optdepends=('systemd')
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('4fec5a0900e8f559b37cf1711ca7dcea7e1cebfe1237ce314001f65c1e346a5d')
+sha256sums=('ede17eb042c1c87f7b35bfe96a00560afaea086f685d25bb3964d794b0af9c80')
build() {
meson "$pkgname-$pkgver" build \