summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Buchar2023-11-05 15:57:42 +0100
committerJan Buchar2023-11-05 15:57:42 +0100
commite65d66cf18266d7c95731164708419038cebb132 (patch)
treeeb3e49a09ff32596d2e5feed0d410e696ff3491d
parent25e69b8bb3604c792a424cbe0a985598d9d4ab46 (diff)
downloadaur-e65d66cf18266d7c95731164708419038cebb132.tar.gz
Add conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8986c2a45d1..2bbe2bd92330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-runners-tmux
pkgdesc = Searches running tmux sessions and attaches to them
pkgver = 0.0.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Teyras/krunner-tmux-sessions
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = plasma5-runners-tmux
makedepends = extra-cmake-modules
depends = tmux
depends = krunner5
+ conflicts = plasma-runners-tmux
source = https://github.com/Teyras/krunner-tmux-sessions/archive/0.0.5.tar.gz
sha1sums = 90c92791ea9eb2fda80c67c2caece5e975a9979b
diff --git a/PKGBUILD b/PKGBUILD
index b7542d8674a4..a179861f930d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
pkgname=plasma5-runners-tmux
_srcname=krunner-tmux-sessions
pkgver=0.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="Searches running tmux sessions and attaches to them"
arch=('i686' 'x86_64')
+conflicts=('plasma-runners-tmux')
depends=('tmux' 'krunner5')
makedepends=('cmake' 'extra-cmake-modules')
url="https://github.com/Teyras/krunner-tmux-sessions"