summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca161977c5b6..5fb4212fcff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: stefanwimmer128 <info at stefanwimmer128 dot eu>
pkgname='zellij-selector'
-pkgver='1.2.2'
-pkgrel='3'
+pkgver='2.0.0'
+pkgrel='1'
pkgdesc='Select zellij session'
arch=('any')
url='https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector'
license=('MPL2')
-depends=('sh' 'libnewt' 'zellij')
+depends=('sh' 'libnewt' 'zellij' 'jq')
makedepends=('make' 'git' 'shellcheck')
optdepends=('fish: Option to option fish shell'
'zsh: Option to open zsh shell'
@@ -15,12 +15,6 @@ optdepends=('fish: Option to option fish shell'
source=("$pkgname::git+https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector.git#tag=v$pkgver")
sha256sums=('SKIP')
-build() {
- cd "$pkgname"
-
- make
-}
-
check() {
cd "$pkgname"