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 471a1710e2bc..d25fe845d2b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tmux-xpanes
pkgdesc = Create multiple panes with ultimate terminal divider.
- pkgver = 4.1.2
+ pkgver = 4.1.3
pkgrel = 2
url = https://github.com/greymd/tmux-xpanes
arch = any
license = MIT
depends = tmux
- source = https://github.com/greymd/tmux-xpanes/archive/v4.1.2.tar.gz
- md5sums = c649d299411db7282d74d67ab37b4f6f
+ source = https://github.com/greymd/tmux-xpanes/archive/v4.1.3.tar.gz
+ md5sums = ce9caf60170e8f0555b204aba7747fc0
pkgname = tmux-xpanes
diff --git a/PKGBUILD b/PKGBUILD
index 6583376183ed..7a2cc4761b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Seifferth <frankseifferth@posteo.net>
pkgname=tmux-xpanes
-pkgver=4.1.2
+pkgver=4.1.3
pkgrel=2
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=('c649d299411db7282d74d67ab37b4f6f')
+md5sums=('ce9caf60170e8f0555b204aba7747fc0')
build() {
cd "$srcdir/tmux-xpanes-$pkgver"