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 614f781b9c3a..04f40cbf36f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-xpanes
pkgdesc = Create multiple panes with ultimate terminal divider.
- pkgver = 4.0.0
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/greymd/tmux-xpanes
arch = any
license = MIT
depends = tmux
- source = https://github.com/greymd/tmux-xpanes/archive/v4.0.0.tar.gz
- md5sums = 961ab49b0ba460d342d8cac006581b6a
+ source = https://github.com/greymd/tmux-xpanes/archive/v4.1.0.tar.gz
+ md5sums = 8ff588286cce54ee01d0ce644d030223
pkgname = tmux-xpanes
diff --git a/PKGBUILD b/PKGBUILD
index f3dc4d426e56..b604a94c70a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ber532k <ber532k@gmx.de>
pkgname=tmux-xpanes
-pkgver=4.0.0
+pkgver=4.1.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=('961ab49b0ba460d342d8cac006581b6a')
+md5sums=('8ff588286cce54ee01d0ce644d030223')
package() {
install -D -m 755 "$srcdir/tmux-xpanes-$pkgver/bin/xpanes" "$pkgdir/usr/bin/xpanes"