summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Seifferth2019-03-14 09:41:10 +0100
committerFrank Seifferth2019-03-14 09:41:10 +0100
commitd987a014dd76a098e9ff15e3d4244550c757ec79 (patch)
tree3e80b09608a324ab015d099d7bcf2dc85e757830 /PKGBUILD
parentd72f27266f5c4b381772fe6c0fec10cb195371a6 (diff)
downloadaur-d987a014dd76a098e9ff15e3d4244550c757ec79.tar.gz
bump to v4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"