summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Shark2024-04-27 14:24:17 +0300
committerAndrew Shark2024-04-27 14:24:17 +0300
commited097b1ae067be51ad146fae728f25f7b63edd70 (patch)
tree03d06693e4227960fe75be56d7a2659beaae4e54 /PKGBUILD
parent3b5567c9eb53cd22752289cf7738faacf8c6e281 (diff)
downloadaur-plasma6-runners-jetbrains-runner-git.tar.gz
Do not conflict with plasma5 version, it does not exist anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16a5d959b8ae..ed84c55cf817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=plasma6-runners-jetbrains-runner-git
_pkgname=plasma6-runners-jetbrains-runner
-pkgver=r179.9f3e9d3
-pkgrel=5
+pkgver=r183.74516b8
+pkgrel=1
pkgdesc="Launch your recent JetBrains projects from KRunner"
license=('LGPL3')
_project_name="JetBrainsRunner"
@@ -14,7 +14,7 @@ arch=('x86_64')
depends=('krunner' 'libnotify' 'kcmutils' 'kio')
makedepends=('git' 'cmake' 'extra-cmake-modules')
provides=("$_pkgname")
-conflicts=("$_pkgname" plasma5-runners-jetbrains-runner-git) # in plasma5 version only the icon path is conflicting
+conflicts=("$_pkgname")
_branch=master
source=("git+$url#branch=$_branch"
"git+$_url/$_submodule_name#branch=$_branch")