summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be44fe4023dc..5f6e328fddde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,10 +17,9 @@ provides=(gnome-settings-daemon)
conflicts=(gnome-settings-daemon)
groups=(gnome)
_commit=239ccb035d17380d801d9cdde3a10dce5b64ac85 # tags/GNOME_SETTINGS_DAEMON_3_22_2^0
-_patch='gsd-3.22-color-Add-ability-to-change-the-color-temperature-of.patch'
source=("git+https://git.gnome.org/browse/gnome-settings-daemon#commit=$_commit"
"git+https://git.gnome.org/browse/libgnome-volume-control"
- "https://raw.githubusercontent.com/benzea/gnome-shell-extension-redshift/master/patches/$_patch")
+ "https://raw.githubusercontent.com/benzea/gnome-shell-extension-redshift/master/patches/gsd-3.22-color-Add-ability-to-change-the-color-temperature-of.patch")
sha256sums=('SKIP'
'SKIP'
'SKIP')
@@ -37,7 +36,7 @@ prepare() {
git config --local submodule."panels/media-keys/gvc".url "$srcdir/libgnome-volume-control"
git submodule update
- git apply --check "../$_patch" && git apply "../$_patch"
+ git apply ../gsd-3.22-color-Add-ability-to-change-the-color-temperature-of.patch
NOCONFIGURE=1 ./autogen.sh
}