summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-06-23 21:33:33 -0400
committerJean Lucas2019-06-23 21:33:33 -0400
commit2be7ab16469185d9146a78874f891eab4d95a17e (patch)
tree6156f9184a7f70acf874a51b5ee74bc3388bbbba
parent53592491b6d89befbb3b3f58a9a9b2a11d052744 (diff)
downloadaur-2be7ab16469185d9146a78874f891eab4d95a17e.tar.gz
Remove package variant conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e22f279e5de..98b8947ceece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Apr 28 01:41:28 UTC 2019
pkgbase = redshift-wlr-gamma-control
pkgdesc = Redshift fork supporting color temperature adjustment with wlroots
pkgver = 1.12+25+geecbfed
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/minus7/redshift/tree/wayland
arch = i686
arch = x86_64
@@ -22,7 +20,6 @@ pkgbase = redshift-wlr-gamma-control
optdepends = sway: Wayland environment with wlr-gamma-control protocol
provides = redshift
conflicts = redshift
- conflicts = redshift-wlr-gamma-control-git
source = git+https://github.com/minus7/redshift#commit=eecbfedac48f827e96ad5e151de8f41f6cd3af66
sha512sums = SKIP
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'