-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch source repo to CarmonNemo's fork
This seems to be the most recent implementation that has a chance to get merged into redshift proper. jonls/redshift#704
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Maintainer: Ainola <[email protected]> | ||
# Maintainer: Brett Cornwall <[email protected]> | ||
# Contributor: Andrey Solomatin | ||
# Contributor: carstene1ns | ||
# Contributor: Lukas Fleischer | ||
|
@@ -8,7 +8,7 @@ | |
# Contributor: Mattias Andrée | ||
|
||
pkgname=redshift-wayland-git | ||
pkgver=1.12.r25.g7da875d | ||
pkgver=1.12.r25.g39c162c | ||
pkgrel=1 | ||
pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' | ||
arch=('x86_64') | ||
|
@@ -21,7 +21,7 @@ optdepends=('python-gobject: for redshift-gtk' | |
'python-xdg: for redshift-gtk' | ||
'gtk3: for redshift-gtk') | ||
makedepends=('intltool' 'python') | ||
source=(redshift::"git+https://github.com/minus7/redshift.git#branch=wayland") | ||
source=(redshift::"git+https://github.com/CameronNemo/redshift.git#branch=wlroots-nemo") | ||
md5sums=('SKIP') | ||
|
||
pkgver() { | ||
|