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 362eda86ade9..bdfc6e6d39b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-xpanes
pkgdesc = Create multiple panes with ultimate terminal divider.
- pkgver = 2.1.2
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/greymd/tmux-xpanes
arch = any
license = MIT
depends = bash
- source = https://github.com/greymd/tmux-xpanes/archive/v2.1.2.tar.gz
- md5sums = f79591280708f5e093005c66fa4f827c
+ source = https://github.com/greymd/tmux-xpanes/archive/v2.2.0.tar.gz
+ md5sums = 49f54ed655165074b26685ce1692e567
pkgname = tmux-xpanes
diff --git a/PKGBUILD b/PKGBUILD
index 7060aba278e6..0b296a2028ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ber532k <ber532k@gmx.de>
pkgname=tmux-xpanes
-pkgver=2.1.2
+pkgver=2.2.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=('bash')
license=('MIT')
source=("https://github.com/greymd/tmux-xpanes/archive/v$pkgver.tar.gz")
-md5sums=('f79591280708f5e093005c66fa4f827c')
+md5sums=('49f54ed655165074b26685ce1692e567')
package() {
install -D -m 755 "$srcdir/tmux-xpanes-$pkgver/bin/xpanes" "$pkgdir/usr/bin/xpanes"