summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanwimmer1282023-11-22 18:30:41 +0100
committerstefanwimmer1282023-11-22 18:30:41 +0100
commita20179cbaff09cfb5548d56120b7efb3669e4a52 (patch)
tree91f513e89bbb635b71f701a4f358c39c6f97573c
parent8af491066a8258275f47faa0606b9138402c5d0d (diff)
downloadaur-a20179cbaff09cfb5548d56120b7efb3669e4a52.tar.gz
Update to 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fedba3c072d9..d520bfb8ef28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zellij-selector
pkgdesc = Select zellij session
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
- url = https://git.stefanwimmer128.eu/stefanwimmer128/zellij-selector
+ url = https://codeberg.org/stefanwimmer128/zellij-selector
arch = any
license = MPL2
makedepends = git
@@ -16,7 +16,7 @@ pkgbase = zellij-selector
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.4.0
+ source = zellij-selector::git+https://codeberg.org/stefanwimmer128/zellij-selector.git#tag=v2.4.1
sha256sums = SKIP
pkgname = zellij-selector
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() {