summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Prokop2019-02-10 10:41:43 +0100
committerJiří Prokop2019-02-10 10:43:49 +0100
commitcd6851c3d3512001144fa700d1ca7d15dc3013c6 (patch)
tree24d49ddb7fc0af1532e3a2289e5c46187455c692 /PKGBUILD
parent3793c2b5c7f0778e619bb7a2e9c004f754005413 (diff)
downloadaur-cd6851c3d3512001144fa700d1ca7d15dc3013c6.tar.gz
Add wayland to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a405267d5c9b..1b5a65a4b79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=redshift-wlr-gamma-control-git
pkgver=1.12.r45.g420d0d5
-pkgrel=1
+pkgrel=2
pkgdesc="Adjusts the color temperature of your screen according to your surroundings with Wayland wlr-gamma-control protocol support. (development version)"
arch=('i686' 'x86_64')
url='https://github.com/minus7/redshift/tree/wayland'
@@ -20,7 +20,7 @@ optdepends=('python-gobject: for redshift-gtk'
'python-xdg: for redshift-gtk'
'librsvg: for redshift-gtk'
'sway-git: supporting wayland environment with wlr-gamma-control protocol')
-makedepends=('git' 'intltool' 'python')
+makedepends=('git' 'intltool' 'python' 'wayland')
source=(redshift::"git+https://github.com/minus7/redshift.git#branch=wayland")
md5sums=('SKIP')