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 04f40cbf36f5..8f5b2e7e03ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-xpanes
pkgdesc = Create multiple panes with ultimate terminal divider.
- pkgver = 4.1.0
+ pkgver = 4.1.1
pkgrel = 1
url = https://github.com/greymd/tmux-xpanes
arch = any
license = MIT
depends = tmux
- source = https://github.com/greymd/tmux-xpanes/archive/v4.1.0.tar.gz
- md5sums = 8ff588286cce54ee01d0ce644d030223
+ source = https://github.com/greymd/tmux-xpanes/archive/v4.1.1.tar.gz
+ md5sums = 2eaaf572e78e447b2ee4a9c3ec3706ea
pkgname = tmux-xpanes
diff --git a/PKGBUILD b/PKGBUILD
index 66f7f680c7a0..03306c2cd133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Seifferth <frankseifferth@posteo.net>
pkgname=tmux-xpanes
-pkgver=4.1.0
+pkgver=4.1.1
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=('8ff588286cce54ee01d0ce644d030223')
+md5sums=('2eaaf572e78e447b2ee4a9c3ec3706ea')
package() {
install -D -m 755 "$srcdir/tmux-xpanes-$pkgver/bin/xpanes" "$pkgdir/usr/bin/xpanes"