summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 906c140ae4d9..8623020ed384 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: stefanwimmer128 <info at stefanwimmer128 dot eu>
+# Maintainer: stefanwimmer128 <info at stefanwimmer128 dot xyz>
pkgname='zellij-selector'
-pkgver='2.4.0'
+pkgver='2.4.1'
pkgrel='1'
pkgdesc='Select zellij session'
arch=('any')
-url='https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector'
+url='https://codeberg.org/stefanwimmer128/zellij-selector'
license=('MPL2')
depends=('sh' 'libnewt' 'zellij' 'jq.sh' 'yq')
makedepends=('git' 'shellcheck' 'getoptions')
optdepends=('fish: Option to option fish shell'
'zsh: Option to open zsh shell'
'bash: Option to open bash shell')
-source=("$pkgname::git+https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector.git#tag=v$pkgver")
+source=("$pkgname::git+https://codeberg.org/stefanwimmer128/zellij-selector.git#tag=v$pkgver")
sha256sums=('SKIP')
build() {