summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-06-23 21:33:33 -0400
committerJean Lucas2019-06-23 21:33:33 -0400
commit2be7ab16469185d9146a78874f891eab4d95a17e (patch)
tree6156f9184a7f70acf874a51b5ee74bc3388bbbba /PKGBUILD
parent53592491b6d89befbb3b3f58a9a9b2a11d052744 (diff)
downloadaur-2be7ab16469185d9146a78874f891eab4d95a17e.tar.gz
Remove package variant conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb3ceac77dac..c4ba014724f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=redshift-wlr-gamma-control
pkgver=1.12+25+geecbfed
_commit=eecbfedac48f827e96ad5e151de8f41f6cd3af66
-pkgrel=1
+pkgrel=2
pkgdesc="Redshift fork supporting color temperature adjustment with wlroots"
arch=(i686 x86_64)
url=https://github.com/minus7/redshift/tree/wayland
license=(GPL3)
provides=(redshift)
-conflicts=(redshift redshift-wlr-gamma-control-git)
+conflicts=(redshift)
depends=(geoclue2 libdrm libxcb libxxf86vm)
optdepends=('python-gobject: for redshift-gtk'
'python-xdg: for redshift-gtk'