summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinze Zwerver2018-05-18 08:00:48 +0200
committerMinze Zwerver2018-05-18 08:00:48 +0200
commitfa1aaa99f80dc4a60321f6bb08a4a93ab2588240 (patch)
treebccde0d51ade469fca57597aaa4c619d28ef8003
parentaf6158863ebcf33e591e47bf4d78eba3bc10dc27 (diff)
downloadaur-fa1aaa99f80dc4a60321f6bb08a4a93ab2588240.tar.gz
moved back to downloading archives
the release tarball got fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e40a6a6cc29..8a89e33230a4 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.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FeralInteractive/gamemode.git
arch = x86_64
license = BSD 3-Clause License (Revised)
@@ -12,8 +12,8 @@ pkgbase = gamemode
depends = polkit
optdepends = systemd
provides = gamemode
- source = gamemode-1.1::git+https://github.com/FeralInteractive/gamemode.git#tag=1.1
- sha256sums = SKIP
+ source = https://github.com/FeralInteractive/gamemode/releases/download/1.1/gamemode-1.1.tar.xz
+ sha256sums = 466a8a0798e1abf09aa3b3b08f139f19c7d950361a99ae0cfad031828d9fd211
pkgname = gamemode
diff --git a/PKGBUILD b/PKGBUILD
index 686abaa2ab53..f7dd02f861f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode')
pkgver=1.1
-pkgrel=1
+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"
@@ -10,10 +10,8 @@ optdepends=('systemd')
depends=('polkit')
makedepends=('meson' 'ninja' 'pkg-config' 'git')
provides=('gamemode')
-source=("$pkgname-$pkgver::git+https://github.com/FeralInteractive/gamemode.git#tag=$pkgver")
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/FeralInteractive/gamemode/archive/$pkgver.tar.gz")
-#sha256sums=('1758c764f672c5ad13283521586dcdab82e049f0d40f16631c34eb794cb1c349')
-sha256sums=('SKIP')
+source=("https://github.com/FeralInteractive/gamemode/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('466a8a0798e1abf09aa3b3b08f139f19c7d950361a99ae0cfad031828d9fd211')
build() {
arch-meson gamemode-$pkgver build -Dwith-systemd-user-unit-dir=/usr/lib/systemd/user