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 105104efca8b..5f02098aa3eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-xpanes
pkgdesc = Create multiple panes with ultimate terminal divider.
- pkgver = 2.2.3
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/greymd/tmux-xpanes
arch = any
license = MIT
depends = tmux
- source = https://github.com/greymd/tmux-xpanes/archive/v2.2.3.tar.gz
- md5sums = f31ff4e0810dcacb0d3dcbca71f64783
+ source = https://github.com/greymd/tmux-xpanes/archive/v3.0.0.tar.gz
+ md5sums = 24ae3800bf3da1d2b34de4fc9ca5c37b
pkgname = tmux-xpanes
diff --git a/PKGBUILD b/PKGBUILD
index 30f4e599fffc..7e5e29994eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ber532k <ber532k@gmx.de>
pkgname=tmux-xpanes
-pkgver=2.2.3
+pkgver=3.0.0
pkgrel=1
pkgdesc='Create multiple panes with ultimate terminal divider.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/greymd/tmux-xpanes'
depends=('tmux')
license=('MIT')
source=("https://github.com/greymd/tmux-xpanes/archive/v$pkgver.tar.gz")
-md5sums=('4fb9caa88536cc2d3457fe12b73bd87e')
+md5sums=('24ae3800bf3da1d2b34de4fc9ca5c37b')
package() {
install -D -m 755 "$srcdir/tmux-xpanes-$pkgver/bin/xpanes" "$pkgdir/usr/bin/xpanes"