summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2019-02-10 10:41:43 +0100
committerJiří Prokop2019-02-10 10:43:49 +0100
commitcd6851c3d3512001144fa700d1ca7d15dc3013c6 (patch)
tree24d49ddb7fc0af1532e3a2289e5c46187455c692
parent3793c2b5c7f0778e619bb7a2e9c004f754005413 (diff)
downloadaur-cd6851c3d3512001144fa700d1ca7d15dc3013c6.tar.gz
Add wayland to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d60ed9569d..b79bfa81d37a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = redshift-wlr-gamma-control-git
pkgdesc = Adjusts the color temperature of your screen according to your surroundings with Wayland wlr-gamma-control protocol support. (development version)
pkgver = 1.12.r45.g420d0d5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/minus7/redshift/tree/wayland
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = redshift-wlr-gamma-control-git
makedepends = git
makedepends = intltool
makedepends = python
+ makedepends = wayland
depends = geoclue2
depends = libdrm
depends = libxcb
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')