summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilbus2019-01-16 19:52:50 +0100
committergilbus2019-01-16 19:52:50 +0100
commit91709258de441f71c7f1e419cdb8caf87683b9ac (patch)
tree372c8eb705a7d0dc3416e7d6b0aee911cfe94ed0
parentcc2fb30b8fefa0ebf0ea7575cac836f058958e89 (diff)
downloadaur-91709258de441f71c7f1e419cdb8caf87683b9ac.tar.gz
add conflicts variable
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09dc6eeb1950..119384a8bb30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = swayidle-git
makedepends = wayland-protocols
depends = wayland
provides = swayidle
+ conflicts = swayidle
options = debug
options = !strip
source = swayidle::git+https://github.com/swaywm/swayidle.git
diff --git a/PKGBUILD b/PKGBUILD
index a069f7f2d371..b22dea881fa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://swaywm.org"
source=("${pkgname%-*}::git+https://github.com/swaywm/swayidle.git")
sha1sums=("SKIP")
provides=("swayidle")
-#conflicts=("swayidle")
+conflicts=("swayidle")
options=(debug !strip)
pkgver() {