summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e897ba18089..b55b8b206197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zellij-selector
pkgdesc = Select zellij session
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector
arch = any
@@ -10,11 +10,11 @@ pkgbase = zellij-selector
depends = sh
depends = libnewt
depends = zellij
- depends = jq
+ depends = jq.sh
optdepends = fish: Option to option fish shell
optdepends = zsh: Option to open zsh shell
optdepends = bash: Option to open bash shell
- source = zellij-selector::git+https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector.git#tag=v2.1.0
+ source = zellij-selector::git+https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector.git#tag=v2.2.0
sha256sums = SKIP
pkgname = zellij-selector
diff --git a/PKGBUILD b/PKGBUILD
index ac05070e13f5..76fa2eb3b4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: stefanwimmer128 <info at stefanwimmer128 dot eu>
pkgname='zellij-selector'
-pkgver='2.1.0'
+pkgver='2.2.0'
pkgrel='1'
pkgdesc='Select zellij session'
arch=('any')
url='https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector'
license=('MPL2')
-depends=('sh' 'libnewt' 'zellij' 'jq')
+depends=('sh' 'libnewt' 'zellij' 'jq.sh')
makedepends=('git' 'shellcheck')
optdepends=('fish: Option to option fish shell'
'zsh: Option to open zsh shell'